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

[REBOL] Problem? load %script.r - howto retrieve all!!??

From: robolinth:nodep:dds:nl at: 17-Mar-2002 21:51

Hello All, I hope a Rebol guru inhere can answer me the folloing question. As from the beginning im always using the Rebol/Core console to program in, testing etc, and afterwards Im putting it into an editor. Well as the rebol/core console does not support something like line-numbers its impossible to save a file created inside the console, or im doing somthing realy wrong...(this is not my question ;-) Anyway the problem is the following:> When loading or reading a file I would like to know ALL the functions, blocks, etc..that where actived while loading the file. There is no such command like "source loaded-script" (Im now always using [ loaded: read %example.r ]) but thats a too workaround.. I always have to look inside the script to know what is loaded befor I can even know what im loading or activating with a read. I never know what functions are activated at that time, perhpas they even overwrite my current ones? (okay a protect could work here).. Does anyone know what im talking about here?? ..I hope so.. :-) Thanks in advance, (R)egards, Norman.