Full Command and Function Reference 3-65
Description: Find Alarm Command: Returns the alarm index n
index
of the first alarm due after the specified
time.
If the input is a real number date, FINDALARM returns the index of the first alarm due after
12:00
AM on that date. If the input is a list { date time }, it returns the index of the first alarm due
after that date and time. If the input is the real number 0, FINDALARM returns the first past-due
alarm. For any of the three arguments, FINDALARM returns 0 if no alarm is found.
Access: …ÓTOOLS ALRM FINDALARM ( Ó is the right-shift of the 9 key).
…&9 ALRM FINDALARM
!°LL TIME ALRM FINDALARM ( °is the left-shift of the Nkey).
Flags: Date Format (-42)
Input/Output:
Level 1/Argument 1 Level 1/Item 1
date
→
n
index
{ date time }
→
n
index
0
→
n
index
See also: DELALARM, RCLALARM, STOALARM
FINISH
Type: Command
Description: Finish Server Mode Command: Terminates Kermit Server mode in a device connected to an
hp49g+/hp48gII.
FINISH is used by a local Kermit device to tell a server Kermit (connected via the serial port) to
exit Server mode.
Access: …µ
FINISH
Flags: I/O Device flag (-33), I/O Messages (-39)
Input/Output: None
See also: BAUD, CKSM, KGET, PARITY, PKT, RECN, RECV, SEND, SERVER
FIX
Type: Command
Description: Fix Mode Command: Sets the number display format to fix mode, which rounds the display to n
decimal places.
Fix mode shows n digits to the right of the fraction mark (decimal point), where 0 ≤ n ≤ 11. (Values
for n outside this range are rounded to the nearest integer.) A number is displayed or printed as (sign)
mantissa,
where the mantissa can be of any form. However, the calculator automatically displays a
number in scientific mode if either of the following is true:
• The number of digits to be displayed exceeds 12.
• A nonzero value rounded to n decimal places otherwise would be displayed as zero.
Access: ! & H
FMT FIX
!°LMODES FMT FIX ( °is the left-shift of the Nkey).
Input/Output:
Level 1/Argument 1 Level 1/Item 1
n
→
See also: SCI, STD
FLASHEVAL
Type: Command