var test = 100.5; printf( "Test %i", (int) test ); float test2 = floatv(test); printf( "Test2 %d", (double)test2 ); float test3 = test; printf( "Test3 %d", (double)test3 );
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de