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.
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
Comments
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
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com