what's [] mean in Dim asm As [Assembly] =
poguy
Member Posts: 91 ■■□□□□□□□□
what's [] mean in Dim asm As [Assembly] = [Assembly].LoadFrom(myPath)
Thanks
Thanks
Comments
-
JDMurray Admin Posts: 13,090 AdminThat's a place marker meaning "insert the name of the assembly to reference here." It's not part of the actual syntax of the VB language.