Is it possible to use format in order to embed print directives dynamically?
For example, I want to parse the following string:
HELLO {B}WORLD{/B}{=24}
If using printline, it would be like this:
printline "HELLO", @Redon, "WORLD" {>(24)}
Is it possible to use format or a different...
Hello all,
Is there a substring function in Micros 3700 SIM? For example, pseudocode below:
var str : A20 = "LongString"
var str1:A10 = substring(str,1,4) //will output "Long"
var str2:A10 = substring(str,5,10) //will output "String"
I tried to look in documentation but cannot find anything...
I am trying out event tmed and @DTL variables. What I want to do is, select a Tender and identify if the action done is "VOID". However, for some reason, @DTL_SELECTED is always 0 even if the Tender has been selected.
Is there anything wrong with what I am doing below?
[ol 1]
Select a Partial...
Yes, to be specific, it is the number in "Interfaces" in POS Configurator.
I am not sure where I can find interface_def table? Table view shows the same number.
I am trying to use LoadKybdmacro command but for some reason it is throwing "ISL Error No SIM File".
I am pretty sure I specified the correct details.
I am trying to call Event Inq 18, and the interface has the ID of 5. I already tried reloading DB but same error happens.
Am I doing something...
Thank you Cathal! I'm pretty new to this so didn't realize you needed to reload DB after Interface configuration. I was just restarting it since ISL file changes seemed to reflect. It is proceeding now :)
We have developed a local TCP service for testing; it is simple service that echoes string sent to it and appends ' -received'
Service is hosted on same server and using port 5009. Using telnet, it works properly.
However, using below code, it errors on rxmsg, specifically showing "Interface...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.