VBGamer |
|
RE: Redefining variables in a type statement David Goodlad (0 replies, 0 views) (2000-Jun-15) You're right Carl, there is no way to change a variable's Type on-the-fly. ReDim is only for changing an array's dimensions, that is IT. What you *could* do though is setup some sort of class system or something, but even then, it could get slow...
David |