How to Extract values from a string ?
#4

string is a character set, which may represent a text, phrase, word and so on.
Examples

By declaring this array, it is initially looks like this:

new StringTest [10], (can hold a string with up to 10 chars)

[][][][][][][][][][]

But when I hold her say hello, looks like this:

[H][e][l][l][o][\0][][][][]

this is the basics.

(sorry my bad english)
Reply


Messages In This Thread
How to Extract values from a string ? - by Alice[WS] - 05.11.2009, 18:18
Re: How to Extract values from a string ? - by MadeMan - 05.11.2009, 19:09
Re: How to Extract values from a string ? - by Alice[WS] - 05.11.2009, 19:43
Re: How to Extract values from a string ? - by -xy! - 05.11.2009, 22:42

Forum Jump:


Users browsing this thread: 2 Guest(s)