How do I code find & replace in JSL, to remove text from a column & convert to number format.
Hello JMP community, Once a week, I import .txt data with a battery voltage column (named "V1") where row values can be "3.45V", "3.34V", "3.12V", "3.23V", etc. I use Find & Replace manually to remove the letter "V" from the data, then manually change the data type from Character to Numeric. I suppose I don't quite understand how to include substitute() or mumger() in my scripts because I've tried...
