| Re: ImportData
Hi,
I've alreayd tried:
Dim myfilename As String
Dim myExampleArray(2, 2)
myExampleArray(1, 1) = "Lat"
myExampleArray(1, 2) = geoFieldLatitude
myExampleArray(2, 1) = "Lon"
myExampleArray(2, 2) = geoFieldLongitude
myfilename = "c:\impdata.txt"
...
Set oDS = objMap.DataSets.ImportData(myfilename, myExampleArray, geoCountryCanada, geoDelimiterSemicolon, 1)
oDS always return "nothing" |