A
adamc
Unregistered / Unconfirmed
GUEST, unregistred user!
我系统中使用fastreport 2.5开发打印功能,其中有一数据项是系统根据情况动态写值并打印输出,代码如下: theMemo := frRep.FindObject('Info'); if theMemo <> nil then theMemo.Memo.Text := strMyInfo;但发现如果strMyInfo中出现中括号[]的话,打印就报错,请大师帮忙解决,如何将strMyInfo中出现中括号[]转义并正常打印输出,谢谢