Home Datapipelines

Defining an array

edited September 2007 in Datapipelines
Hello!

Im trying to define an array, under ModuleView| Global| Declarations|
Variables where you normaly will put your declarations.
I write:
CreditArray: array of String;
But I get the following error:
Expected: type, but found array instead.

Please tell me it?s possible to declare an array in the Designer....
How?

Pia

Comments

  • edited September 2007

    RAP does not support arrays.

    As an alternative try using TStringList or TList.



    --
    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.