| |
GeekInterview.com > Tech FAQs > PeopleSoft
| Print | |
Question: Print Commands
Answer: What are Explicit Print and Implicit Print |
| July 07, 2008 09:18:25 |
#1 |
| sureshnelakurthi |
Member Since: July 2008 Total Comments: 5 |
RE: Print Commands |
Here we have two types of print commands 1) Implicit print: (a) here no need to give the print statement. (b) mainly useful for variables... 2)explicit print: (a)we must give the print statement (b)mainly useful for static text.. Sysntax: <static text>/<variable>(row no.,col no., length) here row number specifies from which row print will be started here col number specifies from which column print will be started length specifies how much ength should be printed |
| |
Back To Question | |