Re: wPrintF
- Posted by Ad Rienks <kwibus at ZONNET.NL> Aug 25, 2000
- 468 views
Bob, The line should be: wPrintf(DrawWin, "%d", {n}) The procedure wPrintf wants a *sequence* as it's 3rd argument. That is because you can define more then 1 variable to be printed. Ad ----- Oorspronkelijk bericht ----- Van: bobspringett <bobspringett at WANADOO.FR> Aan: <EUPHORIA at LISTSERV.MUOHIO.EDU> Verzonden: vrijdag 25 augustus 2000 13:18 Onderwerp: wPrintF > I am trying to wPrintf an atom to a window using the attached code but I keep getting an error " type check failed s2=1." > wPrintf(DrawWin,"%d",n)