Try something like this:
'*********************************
Dim i, nRows As Integer
Dim myString() As String
Dim myColumn As Alias
myColumn = <yourTable> & "." & <yourColumn>
nRows = TableInfo(<yourTable>, TAB_INFO_NROWS)
ReDim myString(nRows)
For i = 1 To nRows
Fetch Rec i From yourTable
myString(i) = myColumn
Next
'*********************************
Regards,
Anssi
----- Original Message -----
From: Teguh Yulianto <[EMAIL PROTECTED]>
To: 'mapinfo list' <[EMAIL PROTECTED]>
Sent: Thursday, October 21, 1999 4:49 PM
Subject: MI How to put one column data into array??
> hi lister,
> I am a kinda frustrating with this problem. Does anyone know how to put one
> column data into array? The format of the data in that column is string and
> want to keep it as string also.
> Any info will very appreciated.
>
> Regards,
>
>
> TEGUH YULIANTO
> RF Design and Optimization Engineer
> Lucent Technologies International O
> JEDDAH, KSA
> LAND LINE : +96612395505
> MOBILE : +96654402391
> ----------------------------------------------------------------------
> To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
> "unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]
----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]