Antti J Ylikoski wrote:
> What is the way to achieve formatted printing analogous to
>
> PRINT USING P1$; N1, N2, N3
>
> in the PowerBASIC?
>
> I'm asking this here because the question may be of importance to many
> individuals who wish to convert legacy code to the PowerBASIC compilers.
> (For which purpose it is eminently suitable.) How about adding a
> PRINT USING capability to the PowerBASIC for backward compatibility with
> older BASICs?
It depends on which version of PowerBASIC you're using, and what you're
trying to accomplish.
Both PB/DOS and PB/CC have PRINT USING (look for USING in the help file); all
versions have USING$ (which is different from USING; again, look for USING$
in the help file).
If you're specifically looking for console output, you need PB/CC.
--
I survived the Phoenix sun. It's a dry heat. Yeah, sure!