IsValidStr

<< Click to Display Table of Contents >>

Manual > Control Reference > Route > Route Methods >

IsValidStr


 

Check whether the value is a valid character (not #NOTHING# or #N/A#, and not the empty string).

 


syntax

IsValidStr(

         val

         )

 


Parameters

 

val

 

Type:

General purpose

 

value.

 

Return Value

 

 

Type:

Boolean

 

Returns TRUE if the value is valid (not #NOTHING# or #N/A# and not the empty string). In the case of an array, only the first element is considered.

 

 


hmtoggle_plus1Explanation

 


Supported


Script Action

Browser script

Calculation Expression Syntax

 

 


reference