read-line <file> to <line content> [ status <status> ] [ delimiter <delimiter> ] <any code> end-read-lineCopied!
read-line "/home/bear/tmp/ll/filexx" to one_line status st string-length one_line to line_len @Line length is <<p-num line_len>>, line is <<p-web one_line>> status <<p-num st>><br/> end-read-line if-true st lesser-than 0 get-req error to err @Error in reading, error [<<p-out err>>] end-ifCopied!
read-line "/home/user/dir/file" to one_line status len delimiter '|' ...Copied!