handling strings

Rhayezelle

Member
Joined
Aug 14, 2010
Messages
24
Location
Philippines
Programming Experience
Beginner
please help...

let say for example that the year today is 2010.. what code can i use so i can only choose "10" rather than "2010".. its like I'm going delete the first two char. or get the 3rd an fourth character in order to display the text "10"... please help..
 
In general, for handling strings you should check out the String class and its members in help, Substring is just one of many methods this class provides. Here's link to the online help for this class: String Class (System)
 
Back
Top