[LUGOS-PROG] Converting integer to string...

Blaz Antonic blaz.antonic at havn.com
Wed Dec 26 21:51:15 CET 2001


>  Mi lahko nekdo pove, kako v Kylixu nek Integer variable convertam v string?
> Konkretno:
> 
>  Var
>         bla: integer;
>         bla1: string;
> begin
>  bla := '123';
>  bla1 := (string)bla;   <--- kako se tole izvede? :)
>  showmessage(bla1);
> end;

Ce je isto kot v BP potem z Str(). Npr:

str(bla, bla1); 

BTW: BP je imel odlicen help, a ga Kylix nima ?

Blaz Antonic




More information about the lugos-prog mailing list