hi,
i took basic way back in community college and haven't looked at it since...
now i'm working on a little project for myself and am stuck.
btw, i'm using basic cuz it's simple for my application, and was the fastest thing i could download on my computer
anyway
lets say i have a file with a letter template
What i want to do in BASIC is to go into the file, create string variables for the <tags> then print the letter to a new file.
for example
so if i put username = isis and doodad = million dollar donation the letter would read
any suggestions...
btw, i'm using liberty basic, which is identical to Qbasic ....
i took basic way back in community college and haven't looked at it since...
now i'm working on a little project for myself and am stuck.
btw, i'm using basic cuz it's simple for my application, and was the fastest thing i could download on my computer
anyway
lets say i have a file with a letter template
Dear <User Name>
Thank you very much for the <doodad>.
please
What i want to do in BASIC is to go into the file, create string variables for the <tags> then print the letter to a new file.
for example
Code:
input "username";username$
input "doodad";doodad$
so if i put username = isis and doodad = million dollar donation the letter would read
Dear isis
Thank you very much for the million dollar donation.
any suggestions...
btw, i'm using liberty basic, which is identical to Qbasic ....














