Author Topic: Schedule bottomPrintAll  (Read 1444 times)

Why does schedule(100,"",bottomPrintAll,"adsf",5,1); give no syntax errors but it doesn't show up.

Try making bottomPrintAll a tagged string.  The last argument isn't necessary (I think), and I usually make the second argument 0, although that is more of a personal preference.

Making the second argument 0 fixed it, Thanks.