Unverified Perl + LIST FUNCTIONS

Can't seem to get this to work. If I replace the List Functions with constants it will run. LISTVALUE & LISTLENGTH will not seem to execute.

[code]Begin Unverified Perl

my $Q7value = LISTVALUE("Q7selected",1);

IF (LISTLENGTH("Q7selected") == 1) {

SETVALUE("Q8",$Q7value);

SETVALUE("Q9",$Q7value);

}

End Unverified [/code]

1
2 replies