Home › Forums › HTBasic Forum › Parse Alphanumeric String › Reply To: Parse Alphanumeric String
May 3, 2024 at 11:03 am
#9342
Assuming you want the value in a REAL (I’ll call it Rval):
1. Dimension Ref$ large enough to capture the entire output string
2. Capture it
3. Then ENTER Ref$;Rval
That should do it.