handong888
05-24-2004, 09:35 AM
Is the following code is an example of Javascrpt
while $x <= 100
do print "Project Page $x now printing"
do exec(lp -P Bib_Laser < doc.$x)
do $x = $x + 1
next
if the Javascript code, How many documents would have been printed by the previous command?
thank you
while $x <= 100
do print "Project Page $x now printing"
do exec(lp -P Bib_Laser < doc.$x)
do $x = $x + 1
next
if the Javascript code, How many documents would have been printed by the previous command?
thank you