07-30-2006, 06:36 AM
In QM, spaces are separators, everywhere. For this reason, you cannot use
int Min_x
Use either int'Min_x, or #Min_x, or Min_x (int is default type in type and function declarations).
int Min_x
Use either int'Min_x, or #Min_x, or Min_x (int is default type in type and function declarations).
