Thunderstone Software Document Search, Retrieval, and Management
Search:
Vortex Manual
 

I/O

If a user function needs to print output, it must use one of the following functions. The normal C functions that print to stdout such as printf(), puts(), etc. must not be used, as they will interfere with normal output and will not be redirected to <EXEC> or <CAPTURE> as needed. These functions do not automatically HTML-escape their output; the %H format code must explicitly be used with VXpf() for escapement.

  • VXpf(const char *fmt, ...) Replacement for printf(); has the same syntax. Also understands the same extended codes that <fmt> does.

  • VXwrite(const char *buf, size_t len) Prints len bytes of buf to the current output. Binary data is permitted.

Copyright © Thunderstone Software     Last updated: Mon Feb 18 10:28:15 EST 2013
 
Home   ::   Products   ::   Solutions   ::   How to Buy   ::   Support   ::   Contact Us   ::   News   ::   About
Copyright © 2013 Thunderstone Software LLC. All rights reserved.