It would be nice for this to be standardised in v7. Oh, sorry, I forgot, you've already done it! <g>
Regards, Alastair. ----- Original Message ----- From: "A. Razzak Memon" <[EMAIL PROTECTED]> To: "RBASE-L Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, December 21, 2002 9:06 PM Subject: [RBASE-L] - which is correct AT 5,11 or 5 11 - Razzak'sReply > > At 12:50 PM 12/21/2002 -0800, Marc Schluter wrote: > > >I have seen this both ways. So, which > >one is correct? > > > >At 5,11 > >or > >At 5 11 > > > Marc, > > Both are correct! > > More examples ... > > 01. Using CLS command > > CLS FROM ScrnRow,ScrCol TO ScrnRow,ScrnCol > > 02. Using the DIALOG command: > > DIALOG ... AT ScrnRow,ScrnCol > > 03. Using the EDIT USING FormName command: > > EDIT USING FormName ... MDI AT ScrnRow > > EDIT USING FormName ... MDI AT x1,y1,x2.y2 > > 04. Using FILLIN command > > FILLIN ... AT ScrnRow,ScrnCol > > 05. Using the PAUSE command: > > PAUSE ... AT ScrnRow ScrnCol > > 06. Using the SHOW VARIABLE command: > > SHOW VARIABLE varname ... AT ScrnRow,ScrnCol > > Hope that helps! > > Very Best Regards, > > Razzak. >

