There's an easier way to hide stuff from non-FK3 viewers.
;@initialize()
;-- put in the stuff that happens on all viewers
;@ goto(1)
;@never()
;-- the never() event is useful for hiding unrecognized code. It will prevent anything that comes after it from seeming to be part of the previous event
;@label(1)
;-- put in the stuff that happens only on FK3 viewers
Posted on Mar 14, 2002, 6:58 PM from IP address 207.195.139.200