This if from the Help File:
Code: Select all
IF>{(%a% = 5) AND (%VarA% = "allen")}
Code: Select all
If>{(%ThisRecord%=##EOF##) AND (%FileLine%=2)}
I found that this one is OK, no syntax error:
Code: Select all
If>(%ThisRecord%=##EOF##) AND (%FileLine%=2)
And my client found that this one is OK, no syntax error:
Code: Select all
If{(%ThisRecord%=##EOF##) AND (%FileLine%=2)}
Is there some type of exception that needs to be identified?
Is this a problem with Macro Scheduler?
As a minimum, I would suggest that the Help file needs to be corrected?
If ">" should not be used with complex expressions, should be noted in Help and the sample should be corrected.
If Braces should be sliminated, what are the conditions?
Thanks for listening, keep up the great work with Macro Scheduler.