Searching the generated clw files for global and local variables can be skewed by naming conventions.

 

Glo:Name

 

will also find

Glo:Name1

Glo:Name2

Glo:NameFirst

Glo:NameLast

 

etc.

 

Same is true for local variables, or global's when using common or Reserved IDE words for them.

 

Procedure, set, description, and common words used by the ide in generated clw modules.

 

Proper use of prefixes, and unique naming in first couple letters greatly reduces this risk.

 

BSRef uses the double quote for field separators in the generated CSV files.

"Procedure", etc.

Developers using the double quote in tips, messages, screen names, etc. will notice problems in data accuracy.