strwrap

Purpose

Break a string at a specified length.

Syntax

returnedString = strwrap(string, number)

returnedString - type: str
string - type: str
number - type: int

Returns

Remarks

Example

See Also

strlength, String Functions