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 - 4001 invalid variable type in command http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 4001                Invalid variable type in command
------------------------------------------------------------------------------
 Description
   This error occurs when the data type of a variable used in a command
   call does not match the correct data type required for that command,
   like in:

   vardef
     char cAnswer
     uint nRow
   enddef
   wait to nRow  // a char variable is required here

 Solution
   Correct the code to use the correct data type as described in this
   documentation.

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