Jump to content



Photo

Default Keyword Set (UDF)

default keyword udf set parameters with ease

  • Please log in to reply
No replies to this topic

#1 PhoenixXL

PhoenixXL

    be what you are, its always the BEST..

  • MVPs
  • 1,382 posts

Posted 15 May 2012 - 05:57 AM

The Code
AutoIt         
#cs Name _DefaultAnalyser() Syntax: _DefaultAnalyser($sDefault,ByRef $sParameter) Parameters:      $sVariable(ByRef) :The Variable to Check/Compare      $sDefault :Pass the Default Value of the Varialble which has to be set When Default Keyword or -1 is used Return Values:      This Function Doesn't Return Anything Remarks: This Function Checks the Value of a Variable and Sets it to the Optional Value Whenever Default(keyword) or -1 is Detected....... Example: Check The Bottom Of The The Script Author: Phoenix XL #ce Func _DefaultAnalyser(ByRef $sVariable,$sDefault) Switch $sVariable Case Default,-1 $sVariable=$sDefault EndSwitch EndFunc #cs - Example - Just Remove The #Cs and #Ce Func _Msgbox($sFlag,$sTitle='Hello',$sText='Testing......Successful') _DefaultAnalyser($sText,'Testing......Successful') _DefaultAnalyser($sFlag,64) _DefaultAnalyser($sTitle,'Hello') Return MsgBox($sFlag,$sTitle,$sText) EndFunc _Msgbox(Default,Default,-1) _Msgbox(-1,-1,Default) _Msgbox(-1,Default,Default) _Msgbox(Default,-1,-1) #Ce

Edited by PhoenixXL, 27 October 2012 - 03:57 PM.

PredictText: Predict Text of an Edit Control Like Scite. | Remote Gmail: Execute your Scripts through Gmail. | StringRegExp: Share and learn RegExp. |

Run As System: A command line wrapper around PSEXEC.exe to execute your apps scripts as System (LSA). | Database: An easier approach for _SQ_LITE beginners. |

MathsEx: A UDF for Fractions and LCM, GCF/HCF. | FloatingText: An UDF for make your text floating. | Clipboard Extendor: A clipboard monitoring tool. |

Custom ScrollBar: Scroll Bar made with GDI+, user can use bitmaps instead. RestrictEdit_SRE: Restrict text in an Edit Control through a Regular Expression. |












Also tagged with one or more of these keywords: default, keyword, udf, set, parameters, with, ease

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users