String and VGA PICASO

Hi all,

I have a VGA PICASO board and the lib running up on arduino....

I need to show on my vga screen, the temperature of my department on the factory.

In my sketch the temperature it's the type "int"! I need to transform int to string to use with the library.

Like:

VGA.drawFormatedText(byte color, byte row, byte colum, string text);

I need to send a string to the function to show the text on VGA screen.

How could i transform int to string?

Sorry about my english... I am Brazillian guy and my english its pretty poor.

Can anyone help me?

Thx in advance.....

There is a handy little function, itoa (integer to ascii) that google will tell you all about.