IMPORTANT ANNOUNCEMENT

These forums were permanently set to read-only mode on July 20, 2022. From that day onwards, no new posting or comment is allowed on the site, but the historical content remains intact and searchable.

A new location for posting questions about PlanetPress Suite is now available:

OL Learn - PlanetPress Classic (opens in new tab)

Topic Options
#35142 - 02/28/11 09:46 PM Variable in PressTalk Before and After
Barry Wong Offline
OL Newbie

Registered: 01/09/11
Posts: 11
Hi, all

How do variables changes if created in PressTalk Before and After ?

If same property in different objects, paper handling in Document and Page, for example
How do they override ?

Thanks,
Barry

Top
#35143 - 02/28/11 10:19 PM Re: Variable in PressTalk Before and After [Re: Barry Wong]
Eric Lachance
Unregistered


Barry,

Variables in the PressTalk Before and PressTalk After have a local scope to this object by default, unless you're using a global variable that you've previously established.

So, if one PlanetPress Talk object uses a local variable called &mylocalvar , and you have another object which uses &mylocalvar in its PressTalk Before, they will not interfere with each other at all, they are completely independent.

Top