Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Force 4.0 Reference - 3401 syntax error in variable assignment http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 3401                Syntax error in variable assignment
------------------------------------------------------------------------------
 Description
   This error occurs when the assignment operator is missing between a
   variable name and the value being assigned. Example:

   vardef
      char cString
   enddef
   cString "hello world"  // correctly: cString := "hello world"

 Solution
   Supply the missing operator.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson