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

[REBOL] Using Rebol from within Notetab.

From: bhandley::zip::com::au at: 31-Jul-2000 0:38

I've created a web page with a few rebol scripts and in particular some support for using Rebol from within the Notetab text editor. Things you can do: Write a rebol expression in a notetab text file, select it and have the selected expression evaluted by Rebol, with the results replacing the selected text. Add your own clipbook entries to mine for calling on Rebol scripts to process your text. For example, you can open a tab delimited text file exported from Excel. Select all the text. Click on "Tab delimited to block" and the text will be replaced with a rebol block version of the data. You can also go the other way. Anyway, check it out at http://www.zipworld.com.au/~bhandley/rebol/ Have fun :) Brett.