Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.basic.powerbasic > #46

Re: Formatted PRINT in PowerBASIC

From "Auric__" <not.my.real@email.address>
Newsgroups comp.lang.basic.powerbasic
Subject Re: Formatted PRINT in PowerBASIC
Date 2012-03-15 23:01 +0000
Organization A noiseless patient Spider
Message-ID <XnsA017A32A66C8Dauricauricauricauric@88.198.244.100> (permalink)
References <6Lp8r.22134$I33.18844@uutiset.elisa.fi>

Show all headers | View raw


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!

Back to comp.lang.basic.powerbasic | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Formatted PRINT in PowerBASIC Antti J Ylikoski <antti.ylikoski@tkk.fi> - 2012-03-15 19:34 +0200
  Re: Formatted PRINT in PowerBASIC "Auric__" <not.my.real@email.address> - 2012-03-15 23:01 +0000
    Re: Formatted PRINT in PowerBASIC Antti J Ylikoski <antti.ylikoski@tkk.fi> - 2012-03-16 14:05 +0200
      Re: Formatted PRINT in PowerBASIC "Auric__" <not.my.real@email.address> - 2012-03-16 15:48 +0000

csiph-web