LassoScript Utility
Basics Browse Detail

[Proc_Find]

Tag Link [Proc_Find] Category Utility
Type Substitution Source Available No
Support Preferred Version 8.5.4
Change New Data Source Any
Output Type Any Security None
Implementation LassoScript Sets Lasso 8.5

Description

[Proc_Find] is used in the processor list of [SOAP_DefineTag] to specify what post-processing the results of the SOAP procedure should undergo. [Proc_Find] requires a key parameter and performs a ->Find tag on the data type with the optional parameter. The processor will either work on maps or on the members of custom types. Called as (Prod_Find: 'Key').

Syntax

[SOAP_DefineTag: ..., -Procs=(Array: (Proc_Find: 'Key'))]

Parameters

Required Parameters
Key The key to find.

Change Notes

This processor was added in Lasso 8.5.4

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.