Skip to content

title: "PrintDecimal" description: TRSE built-in method (from IDE help)


PrintDecimal

Systems: C64, MEGA65, PLUS4, C128, VIC20, PET, X16
Parameters: i,n


Prints a decimal number (byte or integer) at the current screenmemory position (see moveto). Example: displays the byte player_health with 2 decimal numbers at the current screenmemory position PrintDecimal(player_health, 1);