Author | Comment |
thunderflea Marine Posted: 1 Oct 2009 18:15 GMT Total Posts: 15 | how do i edit a premade string? my friend made a game and put it on my calc, it has strings for levels and stuff? how do i edit one? |
Xphoenix Ultralisk
Posted: 1 Oct 2009 19:03 GMT Total Posts: 210 | Type "<string>->StrX"
Note the -> is the [STO>] above the [ON] button, and StrX is a string variable from the [VARS] -> [7:String...] menu.
--- ~Xphoenix |
CoffmanRunner Ultralisk
Posted: 6 Oct 2009 13:34 GMT Total Posts: 235 | No... to EDIT a string do this
Type [2nd][STO>][VARS][7] now select the string you want to edit then hit [Enter] This will print out your string like this "Hello World" (yes it will have the quotation marks) now you can change anything in the string that you want then add a -> to the end on the line Example "Hell0 W0rld"-> Now press [VARS][7] and select the same string you choose before so now the line should read "Hell0 W0rld"->StrX Now hit [Enter] This will save you edited string back on top of the original
--- Never gonna let you down... |