[AccessD] import text

pedro at plex.nl pedro at plex.nl
Wed Apr 17 12:11:48 CDT 2013


Hello Stuart,

thanks again.
I would have figured this out myself, but it saves me time.

Pedro






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