Jump to content

FileWriteLine


Recommended Posts

Hi everyone :P

This is my first post on this board..so first of all, thanks to the AIT's dev team ! You guys have done a great job :()

Here's my problem : I use AIT to generate a .reg file . I have a problem each time I try to insert a blank line, AIT returns the keyword "FALSE" into my .reg text file whereas I'm supposed to add a simple blank line... Is there anything I can do to force AIT to add a blank line ?

I tried a

FileWriteLine($handle,"")

or a

FileWriteLine($handle," ")

but AIT doesn't stop returning the "FALSE" keyword instead of a real blank line....

Thanks.

Edited by guillaume2k3
Link to comment
Share on other sites

Hi everyone :P

This is my first post on this board..so first of all, thanks to the AIT's dev team ! You guys have done a great job :()

Here's my problem : I use AIT to generate a .reg file . I have a problem each time I try to insert a blank line, AIT returns the keyword "FALSE" into my .reg text file whereas I'm supposed to add a simple blank line... Is there anything I can do to force AIT to add a blank line ?

I tried a

FileWriteLine($handle,"")

or a

FileWriteLine($handle," ")

but AIT doesn't stop returning the "FALSE" keyword instead of a real blank line....

Thanks.

Use _FileWriteToLine(), is more simple.

When the words fail... music speaks.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...