Home Forums HTBasic Forum Parse Alphanumeric String Reply To: Parse Alphanumeric String

#9342
precaud
Participant

    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.

    Scroll to Top
    HTB icon

    Please Sign In