I need to make a small change to a legacy DB program. This program uses a some basic and C programming. I'm having trouble understanding this statement:
if !weekReport$'Y'
weekReport is a field within the database that can be set to yes/no depending on if the report has been run. I'm new at both of these languages so any help would be appreciated.
if !weekReport$'Y'
weekReport is a field within the database that can be set to yes/no depending on if the report has been run. I'm new at both of these languages so any help would be appreciated.