↧
I found a bug in wwDotNetBridge's CreateArray method: this statement:
lcType = VARTYPE(lvArrayInstanceOrElementString)
should be:
lcType = VARTYPE(lvArrayInstanceOrElementTypeString)
Doug