6.0

Table Of Contents
102
Language Reference
4
GetNextDataPage(procedure)
Advance to the next data page of the sample data file. Note that this command does not work in
documents that use a user-defined emulation.
Syntax
getnextdatapage()
GetYellow (function)
Returns the value of the Yellow component of a color array.
Syntax
getyellow( color ) integer
Arguments
color — Color array for which you want to determine the Yellow value.
Code Sample Example
setfillcolor([getcyan(&c),getmagenta(&c),getyellow(&c),if(getblack(&c)>50,100,
getblack(&c)+20)])
GRestore (procedure)
This command restores all system parameters previously saved with the gsave command. If no gsave
command was issued previously, the results are unpredictable. For more information, refer to the gsave
command.
Syntax
grestore()
Argument
None
Code Sample Example
See “GSave (procedure)” on page 103.