read-file <file> | ( file-id <file id> ) \ to <content> \ [ position <position> ] \ [ length <length> ] \ [ status <status> ]Copied!
read-file "/home/user/some_file" to file_content status st if-true st greater-than 0 @Read: @<hr/> p-web file_content @<hr/> else-if @Could not read (<<pf-out "%ld", st>>) end-ifCopied!
read-file "/home/user/some_file" to file_content position 20 length 10Copied!