| Type | Bug | Status | submitted | Date | 20-Feb-2013 21:46 |
|---|---|---|---|---|---|
| Version | r3 master | Category | Native | Submitted by | Graham |
| Platform | All | Severity | minor | Priority | normal |
| Summary | read/lines on clipboard does not return a block of strings |
|---|---|
| Description | read/lines on clipboard:// does not return a block of strings |
| Example code |
>> write clipboard:// ajoin [ 1 newline 2 newline 3 newline ] length? read/lines clipboard:// == 6 |
| Assigned to | n/a | Fixed in | - | Last Update | 24-Feb-2013 12:22 |
|---|
| Comments | |
|---|---|
|
(0003486)
Ladislav 24-Feb-2013 12:22 |
Graham, your example is unfortunate. This looks like a better example:
write clipboard:// ajoin [ 1 newline 2 newline 3 newline ] type? read/lines clipboard:// ; == string! |
| Date | User | Field | Action | Change |
|---|---|---|---|---|
| 24-Feb-2013 12:22 | Ladislav | Comment : 0003486 | Added | - |
| 20-Feb-2013 21:46 | Graham | Ticket | Added | - |