7.4

Table Of Contents
%Test lowercase
show(&data+' is lowercase')
elseif()
if((ord(&data)>=65) and (ord(&data)<=90))
%Test uppercase
show(&data+' is uppercase')
elseif()
show(&data+' is not between A and Z or a to z')
endif()
endif()
PDFPageCount (function)
Returns the number of pages in the specified PDF file.
Syntax
pdfpagecount( filename ) integer
Argument
filename
String value specifying the path of the PDF file.
PixelHeight (function)
Returns the height, in pixels, of the specified image.
Syntax
pixelheight( image ) integer
Argument
image
String value specifying the path of the file containing the image.
PixelWidth (function)
Returns the width, in pixels, of the specified image.
Syntax
pixelwidth( image ) integer
©2010 Objectif Lune Inc - 525 -