preload

Implementing optional and default parameters (QTP, ...

Posted by Albert Gareev on May 24, 2009
0
Original date: 16 Dec 2008, 1:14pm Service function Public Function AssociateParameters(ByVal strParams)  Dim objDictionary, Values, strPair, Pair  Dim intCount, i    strParams = Replace(strParams, "\,", Chr(176))  strParams = Replace(strParams, "\=", Chr(187))  Values  = Split(strParams, ",")  intCount = UBound(Values)  Set objDictionary = CreateObject("Scripting.Dictionary")  For i=0 To ...
Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported
This work by Albert Gareev is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported.