PlanetSquires Forums

Support Forums => WinFBX - Windows Framework for FreeBASIC => Topic started by: Petrus Vorster on January 30, 2023, 06:11:41 AM

Title: Compliment to José
Post by: Petrus Vorster on January 30, 2023, 06:11:41 AM
I have been trying several of the functions in José's framework.

Still many to try, but the AFX string procedures are worth a mention.
Something I needed that would have taken ample lines by myself were resolved with two lines of his code.

The AFXparsecount etc gives the old Powerbasic functionality with perfect ease.

You have done masterfull work.

-Peter
Title: Re: Compliment to José
Post by: José Roca on January 30, 2023, 11:37:44 AM
Thanks very much for your kind words. The first thing that I tried with FreeBasic was to implement a dynamic unicode string. If I had not succeeded, I wouldn't have done anything else with this compiler. Then I tried to add as much of the missing PowerBasic functionality as possible.