Originally Posted By: Germanunkol
Yes, guess why I couldn't get it to work? grin

STRINGS seem to mess up, but that makes sense I guess, since they're acknex-structs...

Oh well. It works now. I guess I'll have to make input work as well somehow, that'll be harder...


STRING* strTest = str_create("Hello Acknex");

char* cTest = strTest->chars; //pass to console

This should work.