Question Josh Barney · Nov 4, 2021 MVBASIC Undimensioned array question When using an undimensioned array is there a way to write the array to a file? Something like this DIM C() C('TEST') = 2 C('WEST') = 5 C('BEST') = 1 WRITE C on myfile, 1 #Caché 0 2 0 202
Question Josh Barney · Mar 24, 2016 Help with Mime attachment HTTP post request I believe the I have followed the instructions to attach a document to the body of a post request but nothing is being sent out in the files{} port of the request. I can either get the stream in "data", not visible at all, or visible but no form data. Any help would be appreciated, below is what I have: #Code Snippet #REST API #Frontend #Caché 1 3 0 2.4K