Skip to content

str::row

row(str: String, index: Integer)

ParameterTypeDescription
strStringThe string to look in.
indexIntegerThe index of the line to find.

Returns

(*) The line at the given index or nil.