C
C#16mo ago
maria 🌟

❔ How do i get the last 10 chars of a regedit match

6 Replies
Shinigami
Shinigami16mo ago
You can index the string
maria 🌟
maria 🌟16mo ago
its suposed thath is alrredy doing thath but doenst work or yes but i think in reverse
Shinigami
Shinigami16mo ago
I'd suggest, get the length of the string and and do a -10 to it For ex Int length = Regdata.lenght() String tenchar = regdata.substring(length-10, length) Regdata is the initial registry val
maria 🌟
maria 🌟16mo ago
fixed thanks
Shinigami
Shinigami16mo ago
Np 😼
Accord
Accord16mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.