•  Back 
  •  GEMDOS Function Reference 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  %About 
  •  Show info about hypertext 
  •  View a new file 
Topic       : The ATARI Compendium
Author      : Scott Sanders / JAY Software
Version     : 1.25 (20/6/2003)
Subject     : Documentation
Nodes       : 1117
Index Size  : 32614
HCP-Version : 6
Compiled on : Atari
@charset    : UTF-8
@lang       : en
@default    : 
@help       : %About
@options    : +g -i -t4 +y +z
@width      : 100
View Ref-Fileform_alert()
Salert()                                                             GEMDOS

Syntax

VOID Salert( str )
char *str;

Function      Salert() sends an alert string to the alert pipe
              'U:\PIPE\ALERT\'.

Opcode        316 (0x13C)

Availability  Available when a 'MiNT' cookie with a version of at least
              0.98 exists.

Parameters    str should point to a NULL terminated character string
              containing the alert message to display. The message should
              not contain any carriage returns or escape characters. The
              string should not be formatted as in form_alert().

Binding       pea      str
              move.w   #$13C,-(sp)
              trap     #1
              addq.l   #6,sp

Caveats       Messages sent by Salert() are only delivered if a separate
              application is present which was designed to listen to the
              alert pipe and post its contents.

See Also      form_alert()