ID:164565
May 23 2007, 6:57 am
|
|
How do I show a list as a text if it only has numbers in it. Or is there a better way to compile a bunch of numbers into a list or other format then display them all at once.
|
In response to Ssdave
|
|
That would be kinda useless unless he loops through the list.. he may also want to look up "list2params" as well
|
In response to GhostAnime
|
|
Well I have been trying text2num and num2text and I also have been trying to list threw list2params but i keep getting 1234&4321 . The format I need is to be just 12344321 no spaces.
Here is how it starts. mob/var/numgen=new/list Basically I need to know a good way to do that. |
In response to Smokymcpot
|
|
Smokymcpot wrote:
Here is how it starts. Oh dear. Horrible use of goto >.> mob/var/numgen |
SSDave