if {pam1}= "ADSL" then
{test}= "1"
else if {pam1}= "F10" then
{test}= "32"
else if {pam1}= "F10+" then
{test}= "33"
else if {pam1}= "F100" then
{test}= "34"
else if {pam1}= "F100+" then
{test}= "35"
else if {pam1}= "F1g" then
{test}= "36"
else if {pam1}= "F1g+" then
{test}= "37"
else if {pam1}= "HDSL" then
{test}= "4"
else if {pam1}= "BIHS" then
{test}= "BIHS" and
{test2} = {pam2} and
if {test2}= "" then
{test2}= "I" AND {test}= "R" AND{test2}= "S"
\\NOTE: this line is what i want so that it is able to show all but doesn't work cause test2 cant be all 3..//
is that what you awnted?
Edited by soulsniper - 19 Jul 2011 at 5:32am