if ( (msg[3] == "EOF") || (msg_error()) ) { printf("Context error: %d \n", msg_error()); if (msg_error()) { context_set_error(1, (string)msg[0]); } else { printf("\n\nEOF!\n\n"); context_set_error(0, ""); } }
SPEL: How to download attachment using SPEL
Where can I find Spel functions documentation?