Originally Posted By: Jochen
for the >'@' ... it inspects every single character in a 'word' or series of characters. if it finds at least one greater than @ it is counted as a word for the number of taunts logic


btw, I noticed something strange yesterday:
 Code:
break on cls

$iRC=SETOPTION('NoVarsInStrings','on')

$s = '@'
$d = '@@'

? " asc value single = " asc($s)
? " asc value double = " asc($d)
?
? " chr from asc single = " chr(asc($s))
? " chr from asc double = " chr(asc($d))



Edited by DrillSergeant (2007-12-19 10:07 AM)
_________________________
The Code is out there