|
Author
|
Message
|
|
Junior Member
|

03-20-2006
, 21:27
|
#1
|
My exact question looks something like this:
"When a function returns a array that is a string broken up into different pieces (I.E. read_argv(1,blah), will make blah = 102, blah[0] = 1, blah[1] = 0, blah[2] = 2), what is the best way to use this if the command you want to use won't accept an array".
I'm confusing, I know, sorry. That's the best way I can verbalize my question.
You HAVE to pass an array to read_argv, and the only way to use the information it gets (to my knowlage) is that way...
|
|
|
|