Hi everybody,
I am new to Progress and currently getting known to 4GL. I wanted to write a small application, which reads the name of a table, counts the amount of records in the table an writes out this number. It could look like this:
DEFINE VARIABLE myCounter AS INTEGER.
DEFINE...