Anonymous
in reply to:
Anonymous
08-31-2015
07:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
08-31-2015
07:27 AM
Actually, looks like maybe a better way is just to add the onPassThrough() function like this:
function onPassThrough(value) {
writeln("");
writeComment("Manual Operation");
writeBlock(value);
}Though either way would work. Looks like onPassThrough() is only called when you specify a Manual Pass Through operation.
Dave
Fusion