Originally Posted By: jcl
This code will crash: "" is a char*, but not a var*.


Strange, because ("") works without any crashes like code below, a bug?

Code:
#include <default.c>

void main() {
   PANEL* pQuoteMark = pan_create(0,0);
   pan_setdigits(pQuoteMark,0,0,0,"\"\" Works!",font_create("Arial#20"),0,"");
   set(pQuoteMark,SHOW);
}




Regards, Robert

Quote
Everything should be made as simple as possible, but not one bit simpler.
by Albert Einstein

PhysX Preview of Cloth, Fluid and Soft Body

A8.47.1P