Multidimentional Arrays

edited 8:57AM in FastScript
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

function DbSelect(const Columns, FromTables: array of StringType;
var Results: TResults; const Where: StringType = ''): Integer;

Thanx in advance

Leave a Comment