4.33 FAQ-393 How do I input parameters for Origin C programs (LabTalk Script) through dialog?

Last Update: 2/3/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.

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,