Converting numbers to strings...

General help with the eC language.
Post Reply
mothdragon
Posts: 28
Joined: Mon Jan 18, 2010 11:56 pm

Converting numbers to strings...

Post by mothdragon »

Hi, just a quick question... How do I convert a number to a string?

For instance, I have an integer, and I want to display that in a Label. But the Label::caption requires a string of characters or a literal string.... Going through the API I've found various methods to convert a string to a number, but not the other way around...
--==[[ Mothdragon ]]==--
- - - - - - - - - - - - - - - - -
Everything New is Old, Everything Old is New. Nothing exists, and it's all here.
jerome
Site Admin
Posts: 608
Joined: Sat Jan 16, 2010 11:16 pm

Re: Converting numbers to strings...

Post by jerome »

Hi Charlie!

See this post
Post Reply