<-- Previous || Up || Next -->

Cat Sub
String Manipulations Class

Public Sub Cat( _
      ByRef rTo As Variant _
    , ByVal vFrom As Variant _
    )

"Concatenate"
Concatenate the string representation of a value onto the end of a string.

Example:
       Cat S, "End"
    is the same as
       S = S & "End"
See also:
    CatLine Subroutine

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.