Ah yes, I shall give that a whirl. thx!
---------------------------------------
*updated*
---------
The information was useful however it is returning null. Anyone attempt this with luck..
dbPerformChecklistForObjectLimbs(1);
char data[256];
sprintf(data,"%s",dbChecklistString(255));
OutputDebugString (data);
I could not do OutputDebugString (dbChecklistString(255)); I get OutputDebugString faulted during output. but adding the sprintf gives me an outputof.
(null)
I also tried. dbChecklistString(0)). not sure what from is.. from 0 to eof. or 0 to from..