G
Guest
Hi
When I attempt to concatenate two strings the second one never gets appended:
' append wildcard to get all files and sub-directories
sSubDir = sDirName & "\" & FindData.cFileName
sSearchSubDir = sSubDir & "\*"
In another place in the form, in a different method this works fine, but for
some reason it just doesn't work here at all?
What can be done as a workaround?
thanks,
Elisha Berns
When I attempt to concatenate two strings the second one never gets appended:
' append wildcard to get all files and sub-directories
sSubDir = sDirName & "\" & FindData.cFileName
sSearchSubDir = sSubDir & "\*"
In another place in the form, in a different method this works fine, but for
some reason it just doesn't work here at all?
What can be done as a workaround?
thanks,
Elisha Berns