Um... no. Val() is a CF function. I think you mean var. And it must be at
the beginning of a UDF. Ie

function foo(x,y) {
var z = 1;
z = x*y+9;
return z;
}
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to