In a template file it's @DECLARE #DEC #DecVar #STR #StrVar #INT #IntVar
In a macro file decimal is the default declaration with string and inter variables having unique declarations. STRING:#StrVar INTEGER:#IntVar If you need to establish a decimal variable beforehand, such as with the F_READ and F_WRITE commands, try this: #DecVar=0 That will create a decimal variable as long as the name is previously unused otherwise. On some occasions I've had to clear specific variables and re-declare them to insure they are the proper type. VAR_REMOVE[VN="DecVar"] #DecVar=0 -----Original Message----- From: Pete Ruehle [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 1:45 PM To: 'SmartCam Forum' Subject: [mfg-smartcam] declaring variables What is the format for declaring a decimal variable? ====================================================================== To find out more about this mailing list including how to unsubscribe, send the message "info mfg-smartcam" to [EMAIL PROTECTED] ====================================================================== ====================================================================== To find out more about this mailing list including how to unsubscribe, send the message "info mfg-smartcam" to [EMAIL PROTECTED] ======================================================================
