Stopping a Let> command from Calculating

Technical support and scripting issues

Moderators: JRL, Dorian (MJT support)

Post Reply
gchichester
Pro Scripter
Posts: 132
Joined: Mon Dec 22, 2008 4:56 pm
Location: St Augustine FL

Stopping a Let> command from Calculating

Post by gchichester » Fri Nov 12, 2010 3:41 pm

How can I stop this If statement from do a Calculation?
I need to return the value 10-1448 as text not a math function of 10-1448 = 1438

[code]
If>{(%BoLDialog.ShpName% = "DLF") AND (%BoLDialog.SLCode% = "CMDU")}
Let>SrvContNum = 10-1448
EndIf
[/code]

Thanks
Gil

User avatar
Marcus Tettmar
Site Admin
Posts: 7395
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Post by Marcus Tettmar » Fri Nov 12, 2010 4:23 pm

Let>SrvContNum = {"10-1448"}
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

gchichester
Pro Scripter
Posts: 132
Joined: Mon Dec 22, 2008 4:56 pm
Location: St Augustine FL

Stopping a Let> command from Calculating

Post by gchichester » Fri Nov 12, 2010 7:01 pm

Thanks Marcus
That one variation I didn't try

Gil

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts