
11-10-2009, 04:25 AM
|
|
The Cat
|
 |
Join Date: Jan 2007
Location: Missouri, USA
Posts: 4,240
|
|
|
Personally, I just wish GS2's substring supported something like string.substring(-1) which would take off 1 character from the back of the string, rather than having to write out: string.substring(0, string.length() - 1) |
__________________
“Shoot for the moon. Even if you miss, you'll land among the stars.”
|
|
|
|