beautypg.com

Juniper Systems Allegro CE Manual User Manual

Page 195

background image

Windows CE Page 4-135

Copy()
Copies the current selection to the clipboard.
Example: Sel(A1:A5)

Copy()
Sel(B1)
Paste()

DeleteCells(colsRows)
Deletes cells (true - columns, false - rows).

Example: DeleteCells(true)

FileBox(title [,filter])
Opens a file dialog box with the title and the file type filter.
Example: picture=FileBox(“Pictures”,

“*.jpg,*.gif,*.bmp,*.2bp,*.xbm”)
ShowPicture(picture)

Filter(onOff)
Sets auto filter (true = autofilter on, false = autofilter off). Auto filter
range is the current selection.
Example: Filter(true)

FindDialog()
Shows Find dialog box.
Example: FindDialog()

FormatPainter(cellRef)
Formats the current selection using the format from the specified cell
(cellRef).
Example: FormatPainter(f2)

FreezeTitles(onOff)
Freeze/unfreeze titles.
Example: Sel(a2)

FreezeTitles(true)

FullScreen(onOff)
Returns the current screen mode and sets it if onOff is specified (true
= full screen, false = normal).
Example: FullScreen(true)

IBrowser([webpage])
Runs Internet browser.
Example: IBrowser(“www.z4soft.com”)

InputBox(title)
Shows input dialog box with the title.
Example: age = InputBox("Enter your age")