Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: forecast

From: thundrebol:y:ahoo at: 7-May-2001 12:38

Thanks for this cool script, Ryan. You might want to change that integer! argument to a string! in that function definition, since there are Zip codes that begin with a zero (like mine): ;snip------------- forecast: func [ ZIP [string!] ...
>> print forecast "07940"
... ;end snip------------ Cheers. --- [ryan--christiansen--intellisol--com] wrote: