G
Guest
I have a procedure that I'm having trouble including wildcard characters.
Here is my procedure without wildcard characters that works:
DataImport "C:\Trans\Fuel\05032006_0001.raw", "Fuel"
I would like to substitute wildcard characters for the 0001, but this
doesn't work.
DataImport "C:\Trans\Fuel\05032006_****.raw", "Fuel"
Any help would be greatly appreciated
Here is my procedure without wildcard characters that works:
DataImport "C:\Trans\Fuel\05032006_0001.raw", "Fuel"
I would like to substitute wildcard characters for the 0001, but this
doesn't work.
DataImport "C:\Trans\Fuel\05032006_****.raw", "Fuel"
Any help would be greatly appreciated