| View previous topic :: View next topic |
| Author |
Message |
vlcek
Joined: 19 Feb 2007 Posts: 323 Location: Czech Republic
|
Posted: Wed Feb 20, 2008 1:01 pm Post subject: add % to fileappend |
|
|
Hi all. This code ignore writing %picfile%
fileappend, GuiControl%carka%%carka% PicFile%carka% %SelFile%`r`n,%appname%.zis
Program write: guicontrol,, selfile,
The %carka% = ,
Can you help?
I want append to file %picfile% Program ignore this. _________________ Thanks. |
|
| Back to top |
|
 |
Oberon
Joined: 18 Feb 2008 Posts: 453
|
Posted: Wed Feb 20, 2008 1:13 pm Post subject: |
|
|
Methinks thou art forgotten %
| Code: | | FileAppend, GuiControl%carka%%carka% %PicFile%%carka% %SelFile%`r`n, %appname%.zis |
|
|
| Back to top |
|
 |
vlcek
Joined: 19 Feb 2007 Posts: 323 Location: Czech Republic
|
Posted: Wed Feb 20, 2008 1:17 pm Post subject: |
|
|
No. My full code
fileappend, FileSelectFolder%carka% SelFile%carka%%carka%%carka%`r`n,%appname%.zis
fileappend, GuiControl%carka%%carka% Selfile%carka% %picfile%`r`n,%appname%.zis
fileappend, Return`r`n,%appname%.zis
Program write onli
fileselectfolder selfile,,,
guicontrol,,selfile but not write %picfile% to end line.
Program must write % too. _________________ Thanks. |
|
| Back to top |
|
 |
Razlin
Joined: 05 Nov 2007 Posts: 434 Location: canada
|
Posted: Wed Feb 20, 2008 1:26 pm Post subject: |
|
|
| To append a % you have to escape it with `% |
|
| Back to top |
|
 |
|