View Single Post
  #1  
Old 10-06-2001, 03:44 AM
btedji btedji is offline
bryan986
btedji's Avatar
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
btedji is on a distinguished road
Send a message via ICQ to btedji Send a message via AIM to btedji Send a message via Yahoo to btedji
enough asking about string adding, showing etc

heres a short tutorial

----------------------

to say amount in a string:

say2 There is #s(stringname) in this string

---------------------------------

to modify a string:

setstring stringname,strtofloat(#s(stringname))-1;

you can use add, multiply, divide etc

------------------------
to get num value of string

strtofloat(#s(stringname))

-----------------------------

please add stuff to this thread so people will stop asking how to do this kind of thing, i noticed a lot of this recently
Reply With Quote