Author Topic: Expression evaluator  (Read 19471 times)

0 Members and 1 Guest are viewing this topic.

Charles Pegge

  • Guest
Re: Expression evaluator
« Reply #45 on: February 18, 2015, 01:49:10 PM »

Hi Aurel,

Use bstrings if you are going to free them explicitly. Normal strings are garbage-collected.

Cases won't work with strings, only numbers.

Ruben2 needs to be set indexbase 0[/b] since some of your array iterations start with 0.