Page 1 of 1

how do I add a new class to PF or even just use it with PF

PostPosted: May 26, 2004 @ 12:09pm
by Conan

Re: how do I add a new class to PF or even just use it with

PostPosted: May 26, 2004 @ 4:22pm
by Kzinti

PostPosted: May 26, 2004 @ 5:42pm
by fzammetti

PostPosted: May 26, 2004 @ 6:09pm
by Conan

PostPosted: May 26, 2004 @ 6:22pm
by fzammetti

PostPosted: May 27, 2004 @ 2:02pm
by Conan
The expression parser did not have an equal function (eg: if a==b then true) but had an extensible structure so I added an 'EQ' function and amazingly it returns the same values as the Handango RPN function so it looks like I can use it. It also has a few techniques which are new to me and a simple self contained string class so I'm glad I persevered.

update: the parser code had bugs so I just hard coded 12 lines to do the Handango reg code stuff. If only Handango had a sane example for developers I could have saved 2 days thinking it was hard when it was easy. No matter I will document for others.