View Single Post
  #6  
Old 08-29-2002, 05:57 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
prozac, look into string arrays, instead of having to set a string for each month, do
setstring this.months,January,February,March,April,May,June, July,August,September,October,November,December;
and use a var to get the month
#I(this.months,0) = January
Reply With Quote