' Replace placeholders in the form @@1, @@2, etc.' with arguments passed after the first one.' For example, calling this function with' res = ReplaceArgs("File @@1 not found on drive @@2", "README.TXT", "C:")' it returns the string' "File README.TXT not found in drive A:"Function ReplaceArgs(ByVal Text As String, ParamArray args() As Variant) As _ String Dim i As Integer For i = 0 To UBound(args) Text = Replace(Text, "@@" & CStr(i + 1), args(i)) Next ReplaceArgs = TextEnd Function


The Best Mechanical Keyboards For Programmers: Where To Find Them
When it comes to programming, a good mechanical keyboard can make all the difference. Naturally, you would want one of the best mechanical keyboards for programmers. But with so many