I desperately need this. If there is no string list, could you please add it to the new version?
Thanks
Is there a StringList object in fnxbasic?
Is there a StringList object in fnxbasic?
What do you mean by "String list"?
Can`t you use a string array?
Can`t you use a string array?
Re: Is there a StringList object in fnxbasic?
A StringList is not simply a list of strings. The term derives from the VCL library of Delphi/C++ Builder (hence also the LCL library of Lazarus). There it is a class TStringList which provides a wealth of additional support facilities in the form of Properties, Methods and Events. A large part of the reason for using TStringList is to access those facilities. A string array gives you absolutely none of that.