
Dec2Any – Convert a decimal number to any other base
‘ convert a positive number to any base’ BASE can be in the range 2-36Function Dec2Any(ByVal number As Long, ByVal
‘ convert a positive number to any base’ BASE can be in the range 2-36Function Dec2Any(ByVal number As Long, ByVal
‘ Append a backslash (or any character) at the end of a path’ if it isn’t there alreadyFunction AddBackslash(ByVal Path
‘ Change the extension of a file name’ if the last argument is True, it adds the extension even if
‘ Put quotes around a string and double any embedded Chr$(34)” convert all control characters into ControlChars.*** VB constants’ or
‘ Return True if a string is a valid name for a Visual Basic variable or ‘ procedure.’ This function
‘ Replicate a string a given number of timesFunction ReplicateString(ByVal Source As String, ByVal Times As Integer) As _ String
‘ “Explode” a string by inserting a given filling character’ between consecutive characters in the original string” The source string
‘ If INCLUDE is True or is omitted, return the first occurrence of a character ‘ in a group’ or