Jump to content

Storing lines in an ini


Recommended Posts

Is it possible to use IniWrite and IniRead to store multiple lines under one Key? I have a script that needs to store a letter (mailing letter) and the body of it might need to have a couple carriage returns in it. Is there a way I can have it store this or is it just a no go?

Link to comment
Share on other sites

I think you could store @CRLF macros, and get your script to read that...

Thank you, I tried just putting a @CRLF straight into it, doesn't work, but I figure I can add a small other section to the script to do a StringInStr() and look for CRLF's and do replaces or something like that. . . or just give them a few input boxes rather than an edit.

EDIT: Fixed, I just added a StringReplace() to find all instances of "@CRLF" and replace with a true @CRLF.

Edited by luvmachine
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...