123
-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|717|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
Socoder -> Blitz -> need help with a string....

Mon, 14 Apr 2008, 17:23
Orion Pax
How would I iterate through this info to have each value stored into a variable of a type....



I am stumped on this. With varying different types of information there its quite difficult. I was gonna do ascii values and something else but it was proving too complex for me to do.
Mon, 14 Apr 2008, 17:37
Jayenkai
Split Text Function
(Grab the SplitText function from the bottom.)
First, you can cut off the two sides.. they're just brackets
Next, flick through using SplitText$, and pluck out all the bits.
Then just do with each as you need to..



Note : It doesn't work for those ???'s, so if you really need them to work... Well, I'll let you do that part

-=-=-
''Load, Next List!''
Tue, 15 Apr 2008, 13:24
Orion Pax
Well I dont NEED the ??? as its variables that havent been given a value yet. So if it replaces them with zeros then thats fine too. I can also change the value later. Thanks. i saw that in the code archives but wasnt sure if it would do what I needed from the description. Thanks. I was pulling my hair out on this. I couldnt even get a function finished much less try it out. I would get so far and be like ARGHHH....all that math made my head hurt.