Add column based on a user input.
I made a script which gives a pop box to enter suspected wafer list. Than it will add a column to the table with using If loop. This script is working fine when Wafer data type is Character but it doesn't work with Numerical type data type. How can I fix this?
dt = Current Data Table(); // Get the current data table
nw = New Window("Enter Shop order",
<<Modal,
<<Return Result,
V List Box(
Tex
...