String evalution
Posted: Fri Apr 21, 2017 1:27 pm
Hi Everybody
This is an example code in Liberty basic :
input "Type a numeric expression>"; code$
answer = eval(code$)
print answer
For instance If I type 5+5
I'll get 10
How to do this in Purebasic ?
I found nothing in PB 5.60 help section.
I need this badly
This is an example code in Liberty basic :
input "Type a numeric expression>"; code$
answer = eval(code$)
print answer
For instance If I type 5+5
I'll get 10
How to do this in Purebasic ?
I found nothing in PB 5.60 help section.
I need this badly