View Single Post
  #23  
Old 07-21-2007, 01:03 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Spaces in variables does work.


Bad example (doesnt work):
PHP Code:
this.I love scripting true
Good example(s):
PHP Code:
makevar("this.I love scripting") = true;
this.("I love scripting") = true
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote