Hi ppl.

I have tried like heck to create a variable which is composed of the value of 2 other variables. I understand the difference between strings and numerical values, but am having no luck. (This is Kix v 3.51)

Ideally I want to say:

$x = really
$y = not-so
$z = not-at-all
$a = stupid

($x$a) = Function(...)
($y$a) = Function(...)
($z$a) = Function(...)

($x$a)= $situation1
? "First is: " $situation1

And have it return "reallystupid"

And ideally also to mix numerical and text strings in order to be able to increment the numbers as I move through the script.

I've tried every combo I can think of using plus signs, spaces, brackets, ellipses... to combine the two variables into one.

THANKS
-Harold
<morelife@stealth.net>


------------------