UCBLogo has this primitive:
readrawline
READRAWLINE
reads a line from the read stream and outputs that line as a word. The
output is a single word even if the line contains spaces, brackets, etc. If
the read stream is a file, and the end of file is reached, READRAWLINE
outputs the empty list (not the empty word). READRAWLINE outputs the exact
string of characters as they appear in the line, with no special meaning
for backslash, vertical bar, tilde, or any other formatting characters.
It seems to be necessary to read text files that contain vertical bars.
David Costanzo
Language Feature
Next Minor Release
Public
|
Date: 2009-10-24 18:59 I think this will help with Bob Gorman's problems reading files. It will |
|
Date: 2009-10-18 21:22 I have copied this functionality from UCBLogo to FMSLogo. I have included |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2009-10-18 21:22 | david_costanzo |
| artifact_group_id | None | 2009-10-18 21:22 | david_costanzo |
| close_date | - | 2009-10-18 21:22 | david_costanzo |
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use