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 - 3402 syntax error in variable initialization http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 3402                Syntax error in variable initialization
------------------------------------------------------------------------------
 Description
   This error occurs when in a public or static vardef block the assignment
   operator is missing between the variable name and its initialization
   value. Example:

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

 Solution
   Supply the missing operator.

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