cyphix
08-30-2004, 02:39 PM
Hey guys.. if I am checking the string length of a variable & I find that the variable is too long; how can I cut any characters off after a certain amount?
Say if the returned string is: 123456789
The max characters I want shown is 3..
So in the above example I would like to return 123
Thanks!
Say if the returned string is: 123456789
The max characters I want shown is 3..
So in the above example I would like to return 123
Thanks!