W Willem Jul 3, 2006 #1 Does anyone know what the difference is between: dim strArray as String() and dim strArray() as String ?
Does anyone know what the difference is between: dim strArray as String() and dim strArray() as String ?
P Patrice Jul 3, 2006 #2 AFAIK no difference. See : http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbls7/html/vblrfvbspec6_8.asp (the former is the C family style, the later the VB style).
AFAIK no difference. See : http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbls7/html/vblrfvbspec6_8.asp (the former is the C family style, the later the VB style).