--- In [email protected], "airolgmd" <[EMAIL PROTECTED]> wrote: > > I'm just not sure what I've done... > > Bad expression: expecting value or variable at "Date\" and arg(1) > ==4) (index(arg(4), "Date\") and arg(1)==4) > Error has occurred while another error is being processed > Abort and start configuration? > > I'm able to get PPro to work by actually leaving the error message > dialog box up and letting it just sit out of the way, but I'm > thinking I should really try and fix it.
It seems that you're using the 'sandard configuration' where \ is the escape character. Try after replacing "Date\" with ?"Date\" or "Date\\". See the Expressions section in the help file for string delimiter syntax ?c...c Sean Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
