View Full Version : 2 strings
armory
10-28-2009, 04:57 AM
I ned to connect 2 strings togather one is a sentanse "this is your yearly cost" followed be a number that has been calculated by diviting 2 numbers and multiplied by third. Can I have the number transfered from a verible number into and added to a verible string and if yes then how?
frcol
10-29-2009, 07:12 AM
I ned to connect 2 strings togather one is a sentanse "this is your yearly cost" followed be a number that has been calculated by diviting 2 numbers and multiplied by third. Can I have the number transfered from a verible number into and added to a verible string and if yes then how?
use
(STRING "set value to" (STRING Joined with (NUMBER as string)))
world.my first method ( )
txt = "Mensagem inicial" , valor = 2
txt set value to ( txt joined with ( valor as a string ) )
nerdProm say txt
xxledzeppelin2x3
11-01-2009, 04:47 PM
just recreate a string with them both included in the list?