Difference between revisions of "Input Value"

From ArcoWiki
Jump to: navigation, search
 
(2 intermediate revisions by one other user not shown)
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>
 +
 +
[[it:Valore di input]]
 +
[[zh-cn:输入值]]
 +
[[pt:Valor de entrada]]
 +
[[de:Eingegebener Wert]]
 +
[[es:Valor de entrada]]
 +
[[en: Input Value]]
 +
 +
[[Category:Dmis_Tutorial]]

Latest revision as of 07:55, 11 June 2018

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'