Показать сообщение отдельно
Старый 07.08.2010, 22:07   #1
jt2003
AnyKey`щик
 
Регистрация: 04.08.2010
Сообщений: 7
Написано 0 полезных сообщений
(для 0 пользователей)
Help...Lib or function to replace String

Hi.

i´ve seen that font32 lib do not accept iso8859-1 chars like ç...
i would need some code help to create a function to replace a string..something like:

str1:="nice day ç";
newstr:=integerToString((CHR(231));
string_replace (str1,"ç",newstr);

any ideias or code samples???

thanks,
(Offline)
 
Ответить с цитированием