Re: TIB: Variable to String


[Prev][Next][Index][Thread]

Re: TIB: Variable to String




    I'm almost 99% sure you can store a variable into a string, because i did 
it before for storing a high score table.  I realize now that it isnt as 
simple as my previous post.  And im not sure of the exact code to be honest 
with you, but ill give you what i remember.    I remember doing   X->  then i 
think there were some parenthesis witha a one in them but i dont remember if 
they came before or after Str1.  And i remember i had to change the Dimension 
settings before i could get it to work.  There was a girl on this list who 
helped me figure out how to write Vars to strings when i was coding 
"BLOBMAN", because i had 128 segments per Str and i really didnt want to have 
Lists that big cause they would take tons of space, so i made a level editor 
using a matrix then i went through the matrix and stored the segment as a 
var, then stored the var in a string then went on to the next matrix segment 
and  the next string segment.  So  now that you know all that, you might want 
to put a call out for her, i think her name was sandy>????  Well anyway, i 
know its bits and pieces but if i remember more ill get back to you.
    ~Eric


Follow-Ups: