Stupid me. Thanks for looking that over. When I tested it it didn't complain about the missing ENDIF. I guess i didn't get that far when running.
I read the manual about the strings. I have a question.
$variable = 2
Is
1) ? "Print out this variable: " + $variable
output: "Print out this variable: 2
the same as
2) ? "Print out this variable: $$variable"
output?: "Print out this variable: $variable."
Am i correct on this.
Thanks again