How to add a ; before a line in a file...
Anybody care to share the best method? |
Re: How to add a ; before a line in a file...
Open the file in your choice of text editor and press the ; key while the cursor is placed at the beginning of the line.
|
Re: How to add a ; before a line in a file...
LOL. Best. Scripting Help. Ever
|
Re: How to add a ; before a line in a file...
Read the line in, use either format() or add(), then write the line back out.
|
Re: How to add a ; before a line in a file...
Something like this?
PHP Code:
|
Re: How to add a ; before a line in a file...
how about just
Code:
|
Re: How to add a ; before a line in a file...
PHP Code:
|
Re: How to add a ; before a line in a file...
Quote:
|
Re: How to add a ; before a line in a file...
Quote:
Slmclarengt |
| All times are GMT -4. The time now is 10:41. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.