Sep 29, 2005 #1 jibberski Programmer Aug 24, 2005 52 US Keep getting an error on this! How to I reset the flag "Tops"? ///////////////// Shared BooleanVar Tops; Switch( {@Job} = "5199", 2, {@Job} = "5299", 3, {@Job} = "5501", if {@Tfound} = true then Tops:= False; 4, ) Thanks for your time!
Keep getting an error on this! How to I reset the flag "Tops"? ///////////////// Shared BooleanVar Tops; Switch( {@Job} = "5199", 2, {@Job} = "5299", 3, {@Job} = "5501", if {@Tfound} = true then Tops:= False; 4, ) Thanks for your time!
Sep 29, 2005 #2 synapsevampire Programmer Mar 23, 2002 20,180 US What is the intent of this? Try placing the IF in another formula. -k Upvote 0 Downvote
Sep 30, 2005 Thread starter #3 jibberski Programmer Aug 24, 2005 52 US Switch statement won't allow for this.. Backed out switch to a giant if, else if statement. Thanks! Upvote 0 Downvote