Saving workspace in monticello

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Saving workspace in monticello

keith1y
How would one go about saving a simple text file, i.e. a workspace or
script manager in monticello?

I've had a look at the classes but its all spaghetti to me.

many thanks

Keith

               
___________________________________________________________
Inbox full of spam? Get leading spam protection and 1GB storage with All New Yahoo! Mail. http://uk.docs.yahoo.com/nowyoucan.html

Reply | Threaded
Open this post in threaded view
|

Re: Saving workspace in monticello

Colin Putney
On Dec 21, 2006, at 4:13 AM, Keith Hodges wrote:


> How would one go about saving a simple text file, i.e. a workspace  
> or script manager in monticello?
>

You can't do it directly, but you can version the text as part of a  
string literal inside a method. What I tend to do is create a method  
that puts the text where it needs to be - writes out the file or  
opens the workspace - and version that.

Colin