Search found 2 matches

by newbee
Tue Oct 13, 2009 4:27 pm
Forum: Coding Questions
Topic: User defined functions
Replies: 12
Views: 2757

Re: User defined functions

I thank you all for your comments!

Srod, exactly, Liberty Basic is an interpreted Basic and so can handle "data" without prior compiling.

Kale, Jack, Trond thank you for all the codes! The codes that you offer are "parsers" (or am I wrong?). I want to create a program for graphical representation ...
by newbee
Fri Oct 09, 2009 6:50 pm
Forum: Coding Questions
Topic: User defined functions
Replies: 12
Views: 2757

User defined functions

Hello to all!

I am new in the world of Pure Basic - I am using the trial version.
I am familiar with QBasic and Liberty Basic.
What I want is to create a program to solve mathematical equations.
The user will pass the equation as a string (I supose) - i.e.: "3*cos(x)".

What shall I do to get the ...