Larry and Bill,
Thanks for your quick response. I think for right now I am going to
make use of the comma separated string variable for this little
application. Thanks for the tip.
Dan
At 04:29 PM 4/15/2009, you wrote:
<<
We have an application that an Array would be appropriate.. Can
R:Base use them?
>>
The R:Base language has no array support.
You can use a temporary table as an on-disk array. If you're
certain that your array data will never include commas, you can use
a comma-delimited string variable as a sort of an array as well.
I'm considering building a set of custom R:Base
user-defined-functions to support one dimensional string
arrays. Would that be of use to you?
--
Larry