ChunkText
Mon 01 January 2018Syntax
ChunkText(string, delimiter [, chunk_size])
Description
Use the ChunkText function to break a long text string into chunks that can be more readily managed by a storage system, such as a database text field. You must specify a string delimiter; the chunk size is optional.
Parameters
Field or Control |
Definition |
---|---|
string |
Specify the text to be split into chunks as a string. |
delimiter |
Specify a single character as a text delimiter. |
chunk_size |
Specify the chunk size in characters as a number. If you specify no value, 0, or a number greater than 14000, the default value of 14000 is used. |
Returns
An array of string.