[AccessD] import text

Stuart McLachlan stuart at lexacorp.com.pg
Wed Apr 17 05:05:53 CDT 2013


Add this in place of the Msgbox/Debug.Print:

Dim ff2 as Integer
Dim strOutfile as string


strOutfile = "C:\Test\Ouput.txt"
ff2 = Freefile
Open strOutfile for Output as #ff2
Print #ff2, strResult
Close #ff2




On 17 Apr 2013 at 11:26, pedro at plex.nl wrote:

> 
> Now i must figure out to how get this in a file.
> 
> Thanks
> 
> Pedro
> 




More information about the AccessD mailing list