Computer Science Canada String Manipulation |
Author: | Flikerator [ Sat Mar 05, 2005 12:52 am ] | ||||||||
Post subject: | String Manipulation | ||||||||
If I have a string that is 9 characters long;
and I have a string array and I want to isolate each letter how would I do that?
if I did this;
Then I should get;
EDIT - The goal is not to get the name sideways, I need to use each letter in some sort of advanced math calculation (Yah I said MATH, each letter represents something, Flikerato is an example so I can get help.) |
Author: | Cervantes [ Sat Mar 05, 2005 8:03 am ] | ||
Post subject: | |||
Something like this?
|
Author: | Flikerator [ Sat Mar 05, 2005 12:01 pm ] |
Post subject: | |
That is exactly what I wanted thank you. Now I can finish that question... |