I find that to be a very good way of working if you are dealing with lots of scripts, I have several libraries with lots of AppleScripts in, stored in fields on a hidden card rather than in customprops as I find it makes for much easy editing/updating.

replace "*placeholder*" with <whatever> in tScript

is pretty much identical as well...

Sorry, no help with the VBScript itself,

Ian

On 6 Dec 2007, at 00:12, Phil Davis wrote:

Sometimes I have trouble seeing my own syntax "issues' in inline- built scripts like yours, so I store the script as a whole in a custom property, then get it and use it as needed. If there are run- time variations needed in the script, I use "[[placeholder]]" or some similar tag in the stored script and then

  replace "[[placeholder]]" with <whatever> in tMyScript

Maybe that will work in your case!

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to