









Simple Object Access Protocol: A Step-By-Step Approach
n the article, we will create a simple SOAP service, and a client to access thatservice. The service will be in the form of an Active Server Page, which I
n the article, we will create a simple SOAP service, and a client to access thatservice. The service will be in the form of an Active Server Page, which I
‘ a variation of the Split function that works with more than one separators’ note that separators can consists of 2 or more chars’ Example:’ Dim res() As String’ res()
‘ generate a random string” the mask can contain the following special chars’ ? : any ASCII character (1-127)’ # : a digit’ A : an alphabetic char’ N :
‘ Concatenate a variable number of text files into a single result file” Params:’ – ResultFile: the complete path of the result file you want to create’ – Separator: a
Private Declare Function IsCharUpper Lib “user32” Alias “IsCharUpperA” (ByVal _ cChar As Byte) As Boolean’ Check is the specified string is composed only by upper case characters (no ‘ digits
Private Declare Function IsCharLower Lib “user32” Alias “IsCharLowerA” (ByVal _ cChar As Byte) As Boolean’ Check is the specified string is composed only by lower case characters (no ‘ digits
lthough IronFlare’s Orion Application Server is hardly a giant in the app server market, there is no arguing its position as a hunter in pursuit. Orion has quietly grown in
When you use the Add-Ins project template to build your own add-ins, the description of the add-in appearing in the Add-Ins Manager window is always “My Addin.” It isn’t immediately
A pointer to member of a base class can be converted to a pointer to a corresponding member of its derived class. The opposite, however, is illegal: you cannot convert