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

[REBOL] filename

From: john:thousand-hills at: 19-Aug-2001 18:27

Simple -I'm sure? I am using this script to name a file with a modified epoch (shortened ) number, simply to make it unique. I would like that name to have a " .html " extension -can anyone help? Code: number: fn-epoch now name: number - 998100000 filename: to-file name name2 print filename End Code: