beautypg.com

Juniper Systems Allegro DOS Manual User Manual

Page 148

background image

Page 4-82 Windows CE

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")

InsertCells(colsRows)
Inserts cells (true - columns, false - rows).
Example: InsertCells(false)

LastCol([rowNumber] )
Returns the last nonblank cell in the whole sheet (if rowNumber is not
specified) or in the specified row.
Example: last = LastCol()

last = LastCol(15)

LastRow([columnNumber])
Returns the last nonblank cell in the whole sheet (if columnNumber is
not specified) or in the specified column.
Example: last = LastRow()

last = LastRow(15)

ListBox(title, range)
Shows list box dialog with items from range and with the title and
returns the index of the selected item.
Example: med = ListBox("Choose medicine",

Medicines!a1:a50)