Home End User
New Blog Posts: Merging Reports - Part 1 and Part 2

Variable declaration

edited September 2004 in End User
Is it possible to declare an array using RAP?
I've used the examples from Delphi books that I have, and none seem to
work and I am curious if this is a liminiation of RB.

Regards,

John Kennison

Comments

  • edited September 2004
    Hi John,

    Unfortunately Arrays are not currently natively supported in RAP. If you
    need to use an array, you could create a passthru function that uses one in
    Delphi or use a TStringList or TList object. Below is a list of the
    currently unsupported elements in RAP...

    ---
    Class declarations
    Arrays
    Record types
    Set types

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.