combine strings and numbers

Posted By: Amanda_Dearheart

combine strings and numbers - 05/28/09 23:01

Is i possible to combine text and numbers so that you cay get something like this

var x
string MyText

x = 10
string = "You have accumulated points of "

Text string + var

Output would be somthing like this

You have accumulated points of 10
Posted By: Ottawa

Re: combine strings and numbers - 05/29/09 00:27

Hi!

Have you looked at panel?
There is a digit option that uses text and a variable.

Ottawa
Posted By: Amanda_Dearheart

Re: combine strings and numbers - 05/30/09 07:20

Thanks Ottawa, I will do that when I resume work!
Posted By: MaximilianPs

Re: combine strings and numbers - 05/30/09 19:51

ehe this answare as been made by me too...

you should look at C/C++ strings composition, "%0.f" & Co.
i see this "combo. mode" like a doom
© 2024 lite-C Forums