LET s$ = "1+1"
LET s$ = CHR$(_VAL) + """" + s$ + """"
LET r = EvalBasic(s$)
How do I get the return value of VAL ?
LET s$ = CHR$(_VAL) + """" + s$ + """"
LET r = EvalBasic(s$)
How do I get the return value of VAL ?
|
Where is the return value? (solved but with exit error)
|
|
« Next Oldest | Next Newest »
|
| Messages In This Thread |
|
Where is the return value? (solved but with exit error) - by zarsoft - 2023-11-08, 06:16 PM
RE: Where is the return value? (solved) - by zarsoft - 2023-11-08, 08:17 PM
RE: Where is the return value? (solved but with exit error) - by zarsoft - 2023-11-09, 05:48 PM
RE: Where is the return value? (solved but with exit error) - by boriel - 2023-11-12, 06:41 PM
RE: Where is the return value? (solved but with exit error) - by zarsoft - 2023-11-12, 06:44 PM
RE: Where is the return value? (solved but with exit error) - by boriel - 2023-11-12, 07:01 PM
RE: Where is the return value? (solved but with exit error) - by zarsoft - 2023-11-12, 07:04 PM
|