16 Jan
2017
16 Jan
'17
7:20 p.m.
Hello, Are program parameters tied in any way to command line parameters? Is it possible to set BindingType.Name from the command line using a program parameter? program( a ... var a : bindable Text; b : BindingType; begin b := Binding( a ); Bind( a, b ); where b.Name has been set from the command line. Thank you, Paul Isaacs