Basic string operators

Rioven

Active Member
Licensed User
Longtime User
I had codes in basic, an input in string and calculate math operations. example: "10*(4^(.5)/2))-7e8" and returns result.
Can anyone give an equivalent for the following?
Instr$, Right$, Left$,Ltrim$,Rtrim$:confused:
 

Rioven

Active Member
Licensed User
Longtime User
Thank you Erel, :sign0060:
Great! from there I could add more functions!
 
Top