VisStrFind looks up a Key in the string table identified by Handle and returns the value

Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Runtime.Vis.2 (in PPJ.Runtime.Vis.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public static SalString StrFind(
	SalNumber hTable,
	SalString sKey
)

Parameters

hTable
Type: PPJ.Runtime..::..SalNumber
A handle to the string table (returned by VisStrLoadTable()
sKey
Type: PPJ.Runtime..::..SalString
The key to look up in the string table

Return Value

Returns the value or an empty string if key was not found

See Also