|
Pages: [1]
|
 |
|
Author
|
Topic: Rebol and file I/O; Rebol and 'Printing' (Read 237 times)
|
|
jfdutcher
|
Just looking for comment on what appears to be the 'fact' that Rebol Core/View does not have any process for interacting with persistant harddrive files except to read them into core in their entirety (binary) OR read flat files with a 'lines' option to bring ASCII data into Rebol a record at a time. It does not read random files..randomly, true ? Is there any way to interface a Rebol script with a desktop or networked printer and produce reports from a Rebol developed file ?
|
|
|
|
|
Logged
|
|
|
|
Guest_Paul
Guest
|
You can use /Pro /SDK or /Command to access printer capabilities via the winapi and code what you need. As for the file access - I would say that its very consistent with most languages.
Paul
|
|
|
|
|
Logged
|
|
|
|
|
|
|
|
Pages: [1]
|
|
|
 |