Thread: Text Parser
View Single Post
  #4  
Old 05-09-2007, 03:09 AM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
I'd prefer using:
PHP Code:
this.(@ obj) = value
Rather then using:
PHP Code:
makevar("this." obj) = value
I just think its a matter of scripting preference.
Reply With Quote