View Single Post
  #10  
Old 02-25-2002, 06:00 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
Quote:
Originally posted by joseyisleet
-=Josey=-
Oh yeah, use something like :
setstring client.test, strtofloat(#s(client.test))+1;

I do believe that should work.
setstring client.test, #v(strtofloat(#s(client.test))+1);

Reply With Quote