Gentee Programming Language > Documentation > Libraries | Download documentation |
Get an array of lines out of a string.
arr str.lines( arr ret of str, uint trim )
arr str.lines( arr ret of str, uint trim, arr offset )
ret of str The array to write the found lines to. trim If 1, spaces and characters less than a space will be deleted on both sides of the string. offset The uint array for writing the offset of each line.
The function returns the parameter ret.
See also![]() |
![]() Copyright © 2004-2006 Gentee Inc. All rights reserved. ![]() |