Search results

  1. T

    Reference a user defined type with a variable.

    I am writing some code where I want to reference a user defined type via a fieldname which is held in a variable. Does anyone know how to do this i.e. Type TestType desc as string code as string End Type Dim FldName as String Dim AUDT as TestType FldName = "desc" [AUDT.FldName] =...
Back
Top Bottom