mixed case option values
Posted: Wed Sep 08, 2010 4:48 am
Add-ins along with the exec command, pass the values of options in upper case.
How do I pass mixed case option values without creating new variables stored in a workfile?
My add-ins sometimes pass filenames, which might be mixed case. They also pass title or footnote options which definitely will be mixed case.
Forcing users of our add-ins to create string variables stored in a workfile just to pass mixed case option values seems cumbersome.
Option values from the @uidialog are returned in mixed case. It would be nice if add-in option values retrieved with the @equaloption command did the same.
Thanks,
Tim
How do I pass mixed case option values without creating new variables stored in a workfile?
My add-ins sometimes pass filenames, which might be mixed case. They also pass title or footnote options which definitely will be mixed case.
Forcing users of our add-ins to create string variables stored in a workfile just to pass mixed case option values seems cumbersome.
Option values from the @uidialog are returned in mixed case. It would be nice if add-in option values retrieved with the @equaloption command did the same.
Thanks,
Tim