Use of ERREURT or Infbox message box

SOLVED

Hi

i'm trying to display a message box which will show two lines: a variable and a piece of text on each line

I have declared two local integer variables (WO_CRE and WO_FIRM) and a For loop establishes whether they each end up with values > 0 or not.

If either result in > 0 then I would like to display the following in a box with an OK button:

n Work Orders left to create

n Work Orders are not yet Firm

What code should I have to generate the message box?

Any help much appreciated

jfly