Problem with CONST strings

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
MainSoft
Posts: 52
Joined: Mon Feb 14, 2005 9:18 am
Contact:

Problem with CONST strings

Post by MainSoft »

Hi,

It seems that TsiLang has a problem with such declarations:

const
psMyConst : PChar = 'MyText';


In that case, TsiLan expert says:

StringID : strPChar
String Constant : PChar
Will be replaced by: siLanf.GettextOrDefault('strPChar')


Regards.
Patrick Philippot
www.mainsoft.fr
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Thanks for report. We will try to fix this.
Post Reply