Difference between revisions of "StrExpr"

3 bytes added ,  12:00, 26 January 2008
no edit summary
imported>Tibixe
imported>Tibixe
Line 14: Line 14:
'''String variable block:'''
'''String variable block:'''
Syntax: ''${stringID_variable}''
Syntax: ''${stringID_variable}''
Replaced with the string associated with ''stringID''
Replaced with the string associated with ''stringID''


'''Variable value block:'''
'''Variable value block:'''
Syntax: ''?{number_variable}''
Syntax: ''?{number_variable}''
Replaced with the value of the variable ( in decimal form ).
Replaced with the value of the variable ( in decimal form ).


'''Variable sequence block:'''
'''Variable sequence block:'''
Syntax: ''@{first_variable}''
Syntax: ''@{first_variable}''
Replaced with the string produced by interpreting the variables as characters, starting from ''first_variable'', until a zero value is found. See [[StrLoad]] and [[StrSave]]
Replaced with the string produced by interpreting the variables as characters, starting from ''first_variable'', until a zero value is found. See [[StrLoad]] and [[StrSave]]


Anonymous user