Jump to content

Recommended Posts

Posted (edited)

Just use the empty lines function. Job done!

Edited by guinness

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)

Because stripping the EOL after a comment will result in this...

Func Example()
    SomeFunc() ; Some comment
EndFunc ; Comment.

ConsoleWrite('')

; After...

Func Example()
    SomeFunc() EndFunc
ConsoleWrite('')

Try this...

$sData = StringRegExpReplace($sData, '(?im:^\h*;[^\r\n]*\R)', '') ; By guinness.
Edited by guinness

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • 4 years later...
Posted (edited)

@guinness do you have any change made to this functions (maybe new functions), and do you have them all collected together in one UDF file ?

 

Edited by mLipok

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted

@mLipok No, I haven't done any changes and most of the functions are scattered around this site

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...