[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Calendar()
Display a calendar
Syntax:
Calendar( [nY], [nX], [cColor], [cSunday], [cColorHigh] ) -> dDate
nY : Row position
nX : Column position
cColor : Calendar color
cSunday : Sunday's color
cColorHigh : Selected day color
Description:
Display a calendar at the given position and colors.
Return:
Selected date if <+ is pressed or Nil if Esc is pressed.
Example:
dDate := Calendar ( 5, 20, "N/BG", "R/BG", "GR+/B" )
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson