Difference between revisions of "Input Value"

From ArcoWiki
Jump to: navigation, search
(Created page with "This is used to allow the insertion of value during the execution of the part program. <code><span style="color: green; text-decoration: none;">$$ The label NMVAR held the n...")
 
Line 1: Line 1:
This is used to allow the insertion of value during the execution of the part program.
+
This is used to allow the insertion of value during the execution of the program.
  
 
<code><span style="color: green; text-decoration: none;">$$  The label NMVAR held the name typed by the operator</span><br /></code>
 
<code><span style="color: green; text-decoration: none;">$$  The label NMVAR held the name typed by the operator</span><br /></code>
 
::<code>TEXT/QUERY,(NMVAR),20,A,L,'Write your name'<br /></code>
 
::<code>TEXT/QUERY,(NMVAR),20,A,L,'Write your name'<br /></code>

Revision as of 16:09, 2 August 2016

This is used to allow the insertion of value during the execution of the program.

$$ The label NMVAR held the name typed by the operator

TEXT/QUERY,(NMVAR),20,A,L,'Write your name'