Advertisement
2_2002-2004 Miscellaneous #115230

A Dream!

Concat 2 Arrays (My Dream) - a simple function.... the point is that i wrote it in my dream! yes i did!!! and no i'm not stoned :-)

AI

AI Summary: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Source Code
original-source
Public Function CatArray(ByRef Array1 As Variant, ByRef Array2 As Variant) As Variant
Dim sTemp As String
sTemp = Join(Array1, vbNullChar) & vbNullChar & Join(Array2, vbNullChar)
CatArray = Split(sTemp, vbNullChar)
End Function
Original Comments (3)
Recovered from Wayback Machine