Thread: String Help!
View Single Post
  #14  
Old 11-15-2001, 10:25 AM
entravial entravial is offline
Registered User
entravial's Avatar
Join Date: Mar 2001
Posts: 825
entravial is on a distinguished road
Send a message via ICQ to entravial Send a message via AIM to entravial Send a message via Yahoo to entravial
~AlphaFlame~

If the string is a number... strtofloat(#s(stringname))...
If the string is a number and you're adding to it... setstring stringname,#v(strtofloat(#s(stringname))+1);....
Otherwise, #s(stringname) works... by the way, did any of you realize you can add to strings? :-P
setstring stringname,#s(stringname) newtext;... useful for a couple of things... like anti-curse systems that replaces the text...

And don't diss Saga. If he ever gets on a p2p server as a NAT, the habit of using client. will be useful....
__________________


If the post says ~AlphaFlame~, that's who's posting. If not, it's Entravial (owner)
Reply With Quote