ftf_get_row_strΒΆ

ftf_get_row_str returns a string matrix loaded with ftf_get_rows.

smStrings = ftf_get_row_str(context)

Return Value

smStrings is a string matrix.

Parameters

context

context is an object returned by ftf_open.

Example

see ftf_open

History

Version Description
5.9.0 New

id-1733922