cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
572
Views
0
Helpful
3
Replies

IPCC: convert variable types

omendieta77
Level 1
Level 1

Hi,

How can I convert an integer variable to string.

For example in Delphi I have the command inttostr.

Does IPCC has a similar function to do the same??

Is it possible???

Thanks in advance,

Orlando

3 Replies 3

sthallik
Level 1
Level 1

Yes. There is. Try text() function. It should do it. So for example text(intVar) should convert it to a string

Thanks,

Do you have any link related to that info??

And once again thanks for your help.

Orlando

Hi,

Do you know a url related? I try to convert string to integer.

Thanks.