Jump to content

Recommended Posts

Posted

I got the "$szSearchString" statement right at the end and my "creation" is working perfectly with NO probs...I have one question though...Why is it that "$szSearchString or $szReplaceString" doesn't get mentioned in the example-help-file, instead it is called $filename,$find,$replace ? sorry if its a stupid question guys...just curious

Posted (edited)

I got the "$szSearchString" statement right at the end and my "creation" is working perfectly with NO probs...I have one question though...Why is it that "$szSearchString or $szReplaceString" doesn't get mentioned in the example-help-file, instead it is called $filename,$find,$replace ? sorry if its a stupid question guys...just curious

you mean for _ReplaceStringInFile()?

the sz notation prefix is for string I believe, and f is for something else (used in this case for options). You should look at the UDF in the include file. A function definition uses variable names like that as descriptive representations, your variables that you feed to the function are what the functions actually use, if that makes sense. Not sure I'm explaining it as well as it could be explained.

Edited by maqleod
[u]You can download my projects at:[/u] Pulsar Software
Posted

you mean for _ReplaceStringInFile()?

the sz notation prefix is for string I believe, and f is for something else (used in this case for options). You should look at the UDF in the include file. A function definition uses variable names like that as descriptive representations, your variables that you feed to the function are what the functions actually use, if that makes sense. Not sure I'm explaining it as well as it could be explained.

O ok...i see its just a type of "reference" so to speak...i was under the impression it was a "command" that AutoIt strictly was using :mellow:

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
×
×
  • Create New...