How can l display an actual number on the screen? int a; a = 8; --------(0,0,a,4) \____________what command goes here? or better yet, is there a way l can do something like this: DrawStr(0,0,"a is equal to %d ",4) ? Also, can someone tell me what the parameters are for the romcalls in romcalls.h? Thanks a lot, l appreciate it.