Thanks Razzak I am trying to get all my code up to snuff and clean up any problems before they break.
marc --- "A. Razzak Memon" <[EMAIL PROTECTED]> wrote: > > 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. > __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com

