Icon View Incident Report

Serious Serious
Reported By: J. Peter Mugaas
Reported On: 9/11/1998
For: Version 1.03 Build 1
# 201 Reverse Engineering in Database System Utility Not Handling Embedded Quotes

I suspect that there may be a quirk in the database disassembly utility. It can't handle the ' properly if it's in a string, thus, it creates various compiler errors. Usually, it's represented by '' if it's littleratal.

Here's how this normally should be represented:

Add('CustomHeaders',ftMemo,0,False,'','','','Custom Headers to add to
user''s posts',27);

Here's how the disambly routine handles it:

Add('CustomHeaders',ftMemo,0,False,'','','','Custom Headers to add to
user's posts',27);


Resolution Resolution
Fixed Problem on 9/11/1998 in version 1.04 build 1
Image