Guest
Feb 5, 2012, 9:09 pm UTCHome arrow Reference Tables arrow Emit Translations
header image
Emit Translations
Written by Dream Dancer   
Dec 23, 2007 at 09:07 AM

To aid you in processing emits, emits are translated into a three character string in the form of {?} where the ? is one of the following characters in this table. In addition to that, the actual value of the shape called for from the system.fsh file is put into a variable called [EMITICON] so you can use that instead to see which emit triggered your script. So to test which emit triggered your script, you can use:

Trigger Name: Emit Trigger Test
An emit is seen
AND:
Either:
if variable {[C2]} is the same as {%} (text comparison)
(OR)

if variable {[EMITICON]} is equal to {90} (numeric comparison)

Last Updated ( Dec 25, 2007 at 12:01 PM )
<Previous
header image