Product Documentation
Cadence SKILL Language Reference
Product Version IC23.1, November 2023

outstringp

outstringp( 
g_port 
) 
=> t / nil

Description

Checks whether the specified value is an outstring port.

Arguments

g_port

The value to be checked.

Value Returned

t

If the given value is an outstring port.

nil

If the given value is not an outstring port.

Examples

p = outstring()
outstringp(p)
=> t

Related Topics

String Functions

parseString


Return to top
 ⠀
X