Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
RAP
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
Array???
rbuser
August 2003
edited August 2003
in
RAP
hummm Cant seem to find any info on how to create an Array of Strings...
I tried:
var
Words : array[1..4] of String;
But Report Builder gives me an error on the word "Array". Expected type,
but found Array instead...
Any ideas?
Dominique
Comments
digitalmetaphors
August 2003
edited August 2003
Array's aren't supported in RAP. If you need to store strings then try using
a TStringList object instead of an array in RAP.
Cheers,
Jim Bennett
Digital Metaphors
Digital Metaphors Corporation
http://www.digital-metaphors.com
info@digital-metaphors.com
This discussion has been closed.
Comments
a TStringList object instead of an array in RAP.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com