changes the "Quattro Pro for Windows Experts" text to 
takes us to another dialog (see 2.3)
takes us to a further dialog (see 2.4)
{DLL.LOAD UTILITYS}
{SHOWQPWBITMAP CANCEL}{WAIT @NOW+@TIME(0,0,3)}
{SHOWQPWBITMAP NO}{WAIT @NOW+@TIME(0,0,3)}
{SHOWQPWBITMAP OK}{WAIT @NOW+@TIME(0,0,3)}
{SHOWQPWBITMAP ""}
UTILITYS.DLL is a supplied add-in DLL with lots of utility @-functions
including @ShowQPWBitmap, as well as the bitmap resources shown here and
elsewhere. If you type in an @-function into a cell, when QPW recognises
its name, it puts the syntax on the status bar. So if you type in @TIME,
QPW puts the following on its status bar:@TIME(hour,minute,seconds)
Since @ShowQPWBitmap is not an advertised function, QPW appears surprised when you type it in:@ShowQPWBitmap(how did you find this function?)

{DLL.LOAD UTILITYS}
{SHOWQPWBITMAP B1}{WAIT @NOW+@TIME(0;0;1)} XL?
{SHOWQPWBITMAP B2}{WAIT @NOW+@TIME(0;0;2)} XL? NOT!
{SHOWQPWBITMAP B3}{WAIT @NOW+@TIME(0;0;1)} 123?
{SHOWQPWBITMAP B4}{WAIT @NOW+@TIME(0;0;2)} 123? NOT!
{SHOWQPWBITMAP B5}{WAIT @NOW+@TIME(0;0;5)} QPro!!!!!!!
{SHOWQPWBITMAP ""}
UTILITYS.DLL is a supplied add-in DLL with lots of utility @-functions, including @ShowQPWBitmap, as well as the bitmap resources shown here and elsewhere. If you type in an @-function into a cell, when QPW recognises its name, it puts the syntax on the status bar. So if you type in @TIME, QPW puts the following on its status bar:@TIME(hour,minute,seconds)
Since @ShowQPWBitmap is not an advertised function, QPW appears surprised when you type it in:@ShowQPWBitmap(how did you find this function?)
Click here to return to the Easter Eggs main page