OpenSTA logo OpenSTA SCL Reference
LENGTH Integer Function

LENGTH Integer Function

This command is an Integer Function and can only be referenced within a SET command. It returns the length of the source string.

Function Definition:

~LENGTH(string)

Returns:

The number of characters within the string parameter.

string

A quoted character string or CHARACTER variable whose contents will have the number of characters counted and returned.

Example:

SET Str-Length = ~LENGTH(Name)

<<<
prev page
^^^
section start
>>>
next page