Wrap()
Wraps the given string at the column width, optionally ignoring the any carriage returns from the original
Usage
STRING = Wrap(
string,
width,
carriage
)
Argument | Summary |
---|---|
string | string |
width | column width |
carriage | carriage returns - false [optional] |
Calling
Supports named-parameter calling allowing you to use the function like:
Wrap( string=?, width=?, carriage=? );
Supports passing parameters as a structure using ArgumentCollection:
Wrap( ArgumentCollection={ string : ?, width : ?, carriage : ? } );
See Also
Asc
BinaryDecode
BinaryEncode
Charat
Charsetdecode
Charsetencode
Chr
Cjustify
Compare
Comparenocase
Decodeforhtml
Encodeforfilename
Encodeforhtmlattribute
Encodeforjavascript
Find
FindNocase
FindOneof
Fixeol
GetToken
Html
HtmlCodeformat
HtmlEditformat
HtmlGetprintabletext
HtmlSourceformat
HtmlTidy
Insert
Jsstringformat
Lcase
Left
Len
Ljustify
Ltrim
Markdown
Mid
Paragraphformat
Reescape
Refind
Refindnocase
Rematch
Rematchnocase
Removechars
Repeatstring
Replace
ReplaceList
ReplaceNocase
Rereplace
Rereplacenocase
Reverse
Right
Rjustify
Rtrim
SpanExcluding
SpanIncluding
Stripcr
ToScript
Trim
Ucase
Wrap