I have a TYPE and I dim it as such perhaps:
mytype as TYPEA
Now, I test a function with this mytype and if the function fails I want to have mytype dimmed as TYPEB
Can that be done?
Thanks,
If so, got a nice lil' suprise to go in the source code forum, otherwise it will be tomorrow..
Scott
------------------
Scott
mytype as TYPEA
Now, I test a function with this mytype and if the function fails I want to have mytype dimmed as TYPEB
Can that be done?
Thanks,
If so, got a nice lil' suprise to go in the source code forum, otherwise it will be tomorrow..
Scott
------------------
Scott
Comment