FMP-2018-00-E REPEAT is an improper FMP loop termination

REPEAT was coded instead of a WHILE or UNTIL clause with a test in an FMP loop.
Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.

Resolution:

Correct loop termination by replacing REPEAT with WHILE or UNTIL and a test.