Difference between revisions of "Input Value"

From ArcoWiki
Jump to: navigation, search
Line 3: Line 3:
 
<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>
 +
 +
[[Category:Dmis_Tutorial]]

Revision as of 15:16, 4 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'