Need help with getting input from a Text Edit Box
Hi All,
I need help with getting input from a "Text Edit Box". After the user inputs the Lot Number (Lot_Num variable), i wanna use it as a numaric/text value. when i try to print Lot_Num, i can see that the output is not the string the user put in the "Text Edit Box".
This value will need to be placed in a new row for existing data table.
User_Input = New Window( "Enter Lot Number",
Text Box(
...