Script Library: 1247 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
tag index: t · tested-under

3 scripts tagged as: [tested-under  ·  rebol/view 1.3.1.3.1 17-jun-2005 core 2.6.0]

Convert 'Date' datatype to International Date - ISO 8601.
iso-8601-date.rv:1.0.0
1.0 KB
8 Nov 2005
Simple one-liner function to covert date to ISO 8601 format. In my application a time stamp is not needed nor included in this function. For a function that includes a timestamp see: to-iso-8601-date.r
author: Gordon Raboud
REBOL Spec Generator for Text Editor PsPAD
pspad-spec.r2.6 KB
6 Jul 2005
Create PSPAD syntax file from REBOL system words
author: cybarite@sympatico.ca
Sort an array of records
sort-array.rv:1.0.0
1.8 KB
7 Nov 2005
Sort an array where each record is separated by a 'newline' and each field in each record is separated by a comma.
author: Gordon Raboud