Could someone possibly suggest a method for using a variable as a string in a command.
The problem is, the variable contains quotation marks that need to be removed in
order to use it in a command. The answer probably includes to do command.
ex.
set gReportPeriodStartDate = "date("&gTheYear_RPF&gTheMonth_RPF&gTheDay_RPF&")"
set gReportPeriodEndDate = "date("&gTheYear_RPT&gTheMonth_RPT&gTheDay_RPT&")"
set gNumberOfWeeks = gReportPeriodEndDate - gReportPeriodStartDate
put gNumberOfWeeks into field "numberOfWeeks"
Please consider helping me with this,
g fritzinger
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]