Timeline for Infix form of PutAppend ( >>> ) does not work with variable
Current License: CC BY-SA 3.0
17 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 18, 2017 at 3:25 | history | edited | Mr.Wizard | CC BY-SA 3.0 | added 71 characters in body |
| Mar 29, 2015 at 11:29 | history | edited | Mr.Wizard | CC BY-SA 3.0 | added 10 characters in body |
| Sep 4, 2013 at 11:01 | history | edited | Mr.Wizard | CC BY-SA 3.0 | added 41 characters in body |
| Aug 16, 2013 at 9:54 | history | edited | Mr.Wizard | CC BY-SA 3.0 | deleted 4 characters in body |
| Aug 16, 2013 at 2:24 | vote | accept | Daniel | ||
| Aug 15, 2013 at 22:43 | history | edited | Mr.Wizard | CC BY-SA 3.0 | deleted 1 characters in body |
| Aug 15, 2013 at 22:05 | comment | added | Mr.Wizard | @Daniel please see the extension to my answer; if you find any cases where it does not work let me know and I'll try to fix it. | |
| Aug 15, 2013 at 22:04 | history | edited | Mr.Wizard | CC BY-SA 3.0 | added 959 characters in body |
| Aug 15, 2013 at 21:40 | comment | added | Mr.Wizard | @Daniel Actually I think that describes the behavior rather well: the point is you can omit the quotation marks and it behaves the same way. Since this behavior displeases you I'll see if I can provide a practical work-around. | |
| Aug 15, 2013 at 18:10 | comment | added | Daniel | @Mr.Wizard Under the documentation for Put, it states that expr >> filename is equivalent to expr >> "filename", and PutAppend is supposed to work the same as Put. Is this just misleading documentation? | |
| Aug 15, 2013 at 17:21 | vote | accept | Daniel | ||
| Aug 15, 2013 at 17:21 | |||||
| Aug 15, 2013 at 17:21 | comment | added | Daniel | Well that's a little annoying... Thanks though. I'll mark as answer in a couple hours (assuming nothing else shows up). | |
| Aug 15, 2013 at 12:05 | history | edited | Mr.Wizard | CC BY-SA 3.0 | added 2 characters in body |
| Aug 15, 2013 at 10:59 | comment | added | Mr.Wizard | @cormullion (1) Yes. (2) That's correct AFAIK. | |
| Aug 15, 2013 at 9:32 | comment | added | cormullion | You can use pathnames if the 'filename' is in quotes: Range[100] >>> "/tmp/wizard.txt"... So there's no way to pass a file or pathname into this >>> syntax? | |
| Aug 15, 2013 at 8:33 | history | edited | Mr.Wizard | CC BY-SA 3.0 | added 697 characters in body |
| Aug 15, 2013 at 8:24 | history | answered | Mr.Wizard | CC BY-SA 3.0 |