Dialog-input-parameter
Last Update: 2/4/2015
Sometimes you need to get in some parameters when conducting numerical calculation with your own code, but the command such as cin in C++ or scanf in C is not supported in Origin C. In this case, you can use the InputBox or GetN dialog which can receive the parameters with a simple or complex structure.
cin
scanf
In addition, if you want to use LabTalk Script to construct a get number box, using GetNumber command is recommended.
Keywords: InputBox, GetN, GetNumber, input, cin, scanf,