Howdy all-

Big fustrating thing happening with creating a select statement within
mapbasic:

select * from t_name where GSM_OPERATOR = search_list(k) into array_string

        The above works producing a table with the search string contained
in search_list

select * from t_name where c_name = search_list(k) into array_string

        In this statement, when c_name is a string from an array containing
GSM_OPERATOR, I end up with an empty table.

Anybody have this experience before? 
----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

Reply via email to