Hey guys,
I need to find the length of a long variable (how many numbers it holds).
So if the variable holds: '1234567890' then I want to return an int value
of '10'. varName.Length() doesn't work, and I haven't found anything from
google or msdn.
Thanks for the help,
- WolfShield