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

[REBOL] Getting version number of a Rebol Program.

From: gschwarz::netconnect::com::au at: 22-May-2003 9:28

I have been looking at ways to read (in text mode) a program to check if there is a newer version of the program. I can do it this way, may not be the best! a: to-block read %program.r b: load a/rebol ; just loads the rebol header do b ; make words from the header Then the word version would have the version number so you can compere if a newer version would be needed to download. Is this the only way of getting the version number (or any thing else in the rebol header)? Regards, Greg Schwarz.