Array structures
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).
(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).
This discussion has been closed.
Comments
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
http://www.digital-metaphors.com
info@digital-metaphors.com