Difference between revisions of "Set"

167 bytes added ,  10:48, 7 August 2008
added info on script halting bug
imported>Speedo
(Bug info)
imported>Quetzilla
(added info on script halting bug)
Line 26: Line 26:


==Notes==
==Notes==
 
*Improper syntax can cause scripts to stall myseriously, such as in the example below (the problem being the extra '134' at the end).
set MyRefVar to SomeOtherRef 134
*The modulos operator "%" is evaluated after multiplication/division but before addition/subtraction
*The modulos operator "%" is evaluated after multiplication/division but before addition/subtraction
  4 * 3 % 2 = 0
  4 * 3 % 2 = 0
Anonymous user