CLEAR OUTPUT

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

CLEAR OUTPUT

Carlos Renato-2
Dear friends of list

    Do you know a Syntax or Script that clear the OUTPUT window?

Thanks for all responses.

Carlos Renato
Statistician
Reply | Threaded
Open this post in threaded view
|

Re: CLEAR OUTPUT

Mike P-5
This is python for clearing the output

Save it as a syntax files and then you can hot key it.. I find it very
useful

Begin program.
Import SPSS, viewer

spssappObj = viewer.spssapp()
outputdoc = spssappObj.GetDesignatedOutput()
objItems = outputdoc.Items
outputdoc.SelectAll()
outputdoc.Remove()

End program.

HtH

Mike

-----Original Message-----
From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of
Carlos Renato
Sent: 28 November 2006 15:59
To: [hidden email]
Subject: CLEAR OUTPUT

Dear friends of list

    Do you know a Syntax or Script that clear the OUTPUT window?

Thanks for all responses.

Carlos Renato
Statistician

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. For more information on a proactive anti-virus
service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________
Reply | Threaded
Open this post in threaded view
|

Re: CLEAR OUTPUT

Albert-Jan Roskam
hi!

On Ray's site www.spsstools.net you can find a similar
script. Perhaps for earlier versions of SPSS?

Albert-Jan

--- Michael Pearmain <[hidden email]>
wrote:

> This is python for clearing the output
>
> Save it as a syntax files and then you can hot key
> it.. I find it very
> useful
>
> Begin program.
> Import SPSS, viewer
>
> spssappObj = viewer.spssapp()
> outputdoc = spssappObj.GetDesignatedOutput()
> objItems = outputdoc.Items
> outputdoc.SelectAll()
> outputdoc.Remove()
>
> End program.
>
> HtH
>
> Mike
>
> -----Original Message-----
> From: SPSSX(r) Discussion
> [mailto:[hidden email]] On Behalf Of
> Carlos Renato
> Sent: 28 November 2006 15:59
> To: [hidden email]
> Subject: CLEAR OUTPUT
>
> Dear friends of list
>
>     Do you know a Syntax or Script that clear the
> OUTPUT window?
>
> Thanks for all responses.
>
> Carlos Renato
> Statistician
>
>
________________________________________________________________________
> This e-mail has been scanned for all viruses by
> Star. The service is
> powered by MessageLabs. For more information on a
> proactive anti-virus
> service working around the clock, around the globe,
> visit:
> http://www.star.net.uk
>
________________________________________________________________________
>
>
______________________________________________________________________
> This email has been scanned by the MessageLabs Email
> Security System.
> For more information please visit
> http://www.messagelabs.com/email
>
______________________________________________________________________
>




____________________________________________________________________________________
Cheap talk?
Check out Yahoo! Messenger's low PC-to-Phone call rates.
http://voice.yahoo.com
Reply | Threaded
Open this post in threaded view
|

Re: CLEAR OUTPUT

Carlos Renato-2
Dear Friend

   I'm using two versions of SPSS. 13 and 14.

Very much thanks for response.

Carlos Renato
Statistician

2006/11/29, Albert-jan Roskam <[hidden email]>:

> hi!
>
> On Ray's site www.spsstools.net you can find a similar
> script. Perhaps for earlier versions of SPSS?
>
> Albert-Jan
>
> --- Michael Pearmain <[hidden email]>
> wrote:
>
> > This is python for clearing the output
> >
> > Save it as a syntax files and then you can hot key
> > it.. I find it very
> > useful
> >
> > Begin program.
> > Import SPSS, viewer
> >
> > spssappObj = viewer.spssapp()
> > outputdoc = spssappObj.GetDesignatedOutput()
> > objItems = outputdoc.Items
> > outputdoc.SelectAll()
> > outputdoc.Remove()
> >
> > End program.
> >
> > HtH
> >
> > Mike
> >
> > -----Original Message-----
> > From: SPSSX(r) Discussion
> > [mailto:[hidden email]] On Behalf Of
> > Carlos Renato
> > Sent: 28 November 2006 15:59
> > To: [hidden email]
> > Subject: CLEAR OUTPUT
> >
> > Dear friends of list
> >
> >     Do you know a Syntax or Script that clear the
> > OUTPUT window?
> >
> > Thanks for all responses.
> >
> > Carlos Renato
> > Statistician
> >
> >
> ________________________________________________________________________
> > This e-mail has been scanned for all viruses by
> > Star. The service is
> > powered by MessageLabs. For more information on a
> > proactive anti-virus
> > service working around the clock, around the globe,
> > visit:
> > http://www.star.net.uk
> >
> ________________________________________________________________________
> >
> >
> ______________________________________________________________________
> > This email has been scanned by the MessageLabs Email
> > Security System.
> > For more information please visit
> > http://www.messagelabs.com/email
> >
> ______________________________________________________________________
> >
>
>
>
>
> ____________________________________________________________________________________
> Cheap talk?
> Check out Yahoo! Messenger's low PC-to-Phone call rates.
> http://voice.yahoo.com
>