multidimentional arrays
Are multidimentional dynamic arrays supported
I have a declaration (in Delphi) with the following syntax
type
TResults = array of array of string;
What I must do (if possible) to use in FS the following Delphi function
thanks
I have a declaration (in Delphi) with the following syntax
type
TResults = array of array of string;
What I must do (if possible) to use in FS the following Delphi function
thanks