User Tools

Site Tools


mpl_functions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
mpl_functions [2016/07/18 08:35] – [Function DATEJ2G (LI : LongInt) : String] gryphonmpl_functions [2016/07/18 08:36] – [Procedure HALT] gryphon
Line 65: Line 65:
  
 This function takes a julian date format and converts it to a gregorian format (MMDDYY). This function takes a julian date format and converts it to a gregorian format (MMDDYY).
 +==== Procedure HALT ====
 +
 +This procedure will exit the program and return the user back to the BBS immediately.
 +
 +Example:
 +<code>
 +If Graphics = 0 Do
 +Begin
 +  WriteLn ('Sorry, you do not have ANSI graphics.')
 +  Halt
 +End
 +</code>
 +The above example will check to see if the user has ANSI graphics and if not, display "Sorry, you do not have ANSI" and exit the program immediately by using the HALT command.
 +
 ==== Function INITIALS (String) : String ==== ==== Function INITIALS (String) : String ====
  
mpl_functions.txt · Last modified: 2016/07/18 08:38 by gryphon

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki