I have a CRX Plugin that I been developing. I have a String Variable declared as
and everywhere I need to reference it I have
I have attempted to change the length to STRING[30] everywhere but during install I get a VARS-022 Duplicate creation TYPE mismatch.
I have uninstalled the plugin, Manually deleted any known files that have the above lines of code in them as well as the variable files, but I still can not get the update to install.
Is there a CMOS file or something I can do to unalocate the apparent string length 20 that is reserved?