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
Stopping a Let> command from Calculating
Moderators: JRL, Dorian (MJT support)
-
- Pro Scripter
- Posts: 132
- Joined: Mon Dec 22, 2008 4:56 pm
- Location: St Augustine FL
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
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?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
-
- Pro Scripter
- Posts: 132
- Joined: Mon Dec 22, 2008 4:56 pm
- Location: St Augustine FL
Stopping a Let> command from Calculating
Thanks Marcus
That one variation I didn't try
Gil
That one variation I didn't try
Gil