Home End User

Array structures

edited November 2002 in End User
Is there any way of declaring and using Array structures in RB. I am using the run-time version of RB
(version 5.55 I think). When I try to declare one I get an error message saying:

Error , : Expected type, but found 'array' instead.

Any help gratefully received!

Paul Bennett
Dip.Comp(Open).

Comments

  • edited November 2002
    RAP doesn't support arrays. You can create RAP pass through functions to
    access Delphi coded arrays. There are examples of RAP pass through
    functions in the installed RAP demos directory. Instead of an array type,
    you can use a TList or TStringList instance in RAP.


    Cheers,

    Jim Bennett
    Digital Metaphors

This discussion has been closed.