| View previous topic :: View next topic |
| Author |
Message |
Ripper
Joined: 24 Oct 2007 Posts: 17 Location: Germany
|
Posted: Tue Nov 06, 2007 10:33 pm Post subject: Change a line of text??? |
|
|
Hi@All
How can i Edit a line from a *.Txt or *.ini???
I will change for example at line 2 the Name=You to Name=All |
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 6772 Location: Pacific Northwest, US
|
Posted: Tue Nov 06, 2007 10:38 pm Post subject: |
|
|
ini - use iniread and iniwrite
txt - use fileread, filedelete, fileappend, etc. _________________
Unless otherwise noted, all code is untested.
Common Answers: 1.(Loops, Viruses, etc.) 2. Search 3.RTFM |
|
| Back to top |
|
 |
Ripper
Joined: 24 Oct 2007 Posts: 17 Location: Germany
|
Posted: Wed Nov 07, 2007 2:39 pm Post subject: |
|
|
| yess but how can i change own line??? |
|
| Back to top |
|
 |
Argh Guest
|
Posted: Wed Nov 07, 2007 2:51 pm Post subject: |
|
|
| Did you try before asking again?? |
|
| Back to top |
|
 |
BoBo¨ Guest
|
Posted: Wed Nov 07, 2007 3:01 pm Post subject: |
|
|
@ Ripper
| Quote: | | Did you try before asking again?? | Die Frage ist berechtigt! Ausserdem ist zu vermuten, das du 'one line' meintest, und nicht 'own line', oder?
Ne Alternative für dich scheint das Deutsche AutoHotkey Forum zu sein ... |
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 6772 Location: Pacific Northwest, US
|
Posted: Wed Nov 07, 2007 4:08 pm Post subject: |
|
|
you gave no example, so I gave no example. _________________
Unless otherwise noted, all code is untested.
Common Answers: 1.(Loops, Viruses, etc.) 2. Search 3.RTFM |
|
| Back to top |
|
 |
BoBo¨ Guest
|
Posted: Wed Nov 07, 2007 4:28 pm Post subject: |
|
|
| Quote: | | you gave no example, so I gave no example. | Fair enough  |
|
| Back to top |
|
 |
|