Juniper Systems Allegro CX Manual User Manual
Page 175

Allegro CX Owner’s Manual 175
FindDialog()
Shows Find dialog box.
Example: FindDialog()
FormatPainter(cellRef)
Formats the current selection using the format from the specifi ed 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 specifi ed (true
= full screen, false = normal).
Example:
FullScreen(true)
GoalSeek(setCell, toValue, chngCell)
Runs a goal seek. When goal seeking PTab varies the value in
chngCell until a formula in setCell returns the result toValue. See
also Tools > Goal Seek menu item.
Example:
GoalSeek(A1, 1000.0, C1)
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”)