| View previous topic :: View next topic |
| Author |
Message |
DaveR Valued Contributor


Joined: 03 Sep 2005 Posts: 413 Location: Australia
|
Posted: Sat Nov 26, 2005 11:41 am Post subject: Save variable contents to file [Resolved] |
|
|
I stumbled across the answer to this before, but I can't find it now that I need it!
I believe it involved saving the variable to the windows clipboard. _________________ cheers
Dave
Last edited by DaveR on Sat Nov 26, 2005 4:46 pm; edited 2 times in total |
|
| Back to top |
|
 |
Dr. Dread Professional Member


Joined: 03 Aug 2001 Posts: 1065 Location: Copenhagen, Denmark
|
Posted: Sat Nov 26, 2005 12:40 pm Post subject: |
|
|
| Code: | list create,1
list add,1,%%variable
list savefile,1,%%outfile
list close,1 |
Greetz
Dread _________________ ~~ Alcohol and calculus don't mix... Don't drink and derive! ~~
String.DLL * advanced string processing |
|
| Back to top |
|
 |
ShinobiSoft Professional Member


Joined: 06 Nov 2002 Posts: 790 Location: Knoxville, Tn
|
Posted: Sun Nov 27, 2005 12:59 am Post subject: |
|
|
If your variable is @CR() or @LF()@CR() delimited ::
| Code: |
list create,1
list assign,1,%%variable
list savefile,1,Z:\somefile.ext
list close,1
|
_________________ Bill Weckel
ShinobiSoft Software
"The way is known to all, but not all know it." |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|