Thread: this.
View Single Post
  #2  
Old 10-02-2001, 03:35 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
to set them:
this.variablename=value;
setstring stringname,value;

to recall them
just use this.variablename when doing calculations
use #v(this.variablename) when used in string operations

use #s(stringname) to recall the actual string content
use strtofloat(#s(stringname)) to recall the string as a number

tell me if you understand
Reply With Quote