View Full Version : Public variable


KenHigg
09-16-2005, 06:06 AM
Why can't I set a controls default value to a public variable?

Bat17
09-16-2005, 06:53 AM
stick the Variable in a function and call the function instead

Peter

KenHigg
09-16-2005, 06:59 AM
I be darn. Cool - Thanks.

(Still a mystery though...)