Type: | Submodule | Parent Module: | ModuleCMethods |
This submodule checks notation containing $objs.//myField// to determine whether a new object name ($name) was generated by the O7Analyzer library to fix bad characters. If so the name of the object is changed to the new name and the, now redundant, "//" delimeters are removed.
Only window classes are processed. Searches all methods for commands containing "//".
For each such reference located:
For example. Calculate #F as $topwind.$objs.//myFile.myField//.$backcolor.$assign(kRed).
Might be converted to Calculate #F as $topwind.$objs.myFile_myField.$backcolor.$assign(kRed).