Actions

Difference between revisions of "Quotes in a command string (VS-Operator)"

From Zenitel Wiki

(Created page with "{{A}} Sometimes it is necessary to add quotes to a command string inside the Av.STE() command, for instance to send data out of an EDO-port. This can be done by using an escap...")
 
Line 1: Line 1:
 
{{A}}
 
{{A}}
Sometimes it is necessary to add quotes to a command string inside the Av.STE() command, for instance to send data out of an EDO-port. This can be done by using an escape-character. <br>
+
Sometimes it is necessary to add quotes to a command string inside the App.STE() command, for instance to send data out of an EDO-port. This can be done by using an escape-character. <br>
 
Example - Send a string out of EDO-port 1
 
Example - Send a string out of EDO-port 1
 
{{Code|App.STE("$PUT 3 \"Send this string\"");}}
 
{{Code|App.STE("$PUT 3 \"Send this string\"");}}
  
  
[[Category:VS-Operator - Configuration examples]]
+
[[Category: Zenitel Operator - Configuration examples]]

Revision as of 10:17, 29 June 2023

AlphaCom icon 300px.png

Sometimes it is necessary to add quotes to a command string inside the App.STE() command, for instance to send data out of an EDO-port. This can be done by using an escape-character.
Example - Send a string out of EDO-port 1

App.STE("$PUT 3 \"Send this string\"");