JCrocker Posted June 20, 2011 Share Posted June 20, 2011 Alright what am I doing wrong here: if (Field("\'Good Through : \'") == ""); return Rule("Date Start Format"); else return (Field("\'Good Through : \'") + Field("PRICE_END_DATE")); I keep getting a syntax error, i'm sure I'm doing something wrong I just don't know what Quote Link to comment Share on other sites More sharing options...
Dan Korn Posted June 20, 2011 Share Posted June 20, 2011 Remove the semicolon from the end of the first line. Quote Link to comment Share on other sites More sharing options...
JCrocker Posted June 21, 2011 Author Share Posted June 21, 2011 Thanks Dan Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.