read text
From DavinciWiki
(Redirected from Read text)
Contents: Description, Arguments, Usage, Examples, Related Functions Supported Under Version: >1.69 Current Davinci Version: 2.27 64-bit Safe: No
Description Read a text file into a byte array
Arguments and Return Values Arguments: A filename Return Value: An array of byte numbers
Usage Syntax: read_text(filename=STRING)
Examples dv> write("hello","read_text.txt",ascii) dv> a=read_text("read_text.txt") 5x1x1 array of byte, bsq format [5 bytes] 104 101 108 108 111 |
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Related Functions
Recent Core Changes Modified On: 03-08-2006 |