All public logs
Jump to navigation
Jump to search
Combined display of all available logs of QB64 Phoenix Edition Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:51, 19 April 2022 BigRon55 talk contribs created page Comma (Created page with "The '''comma''' is used to TAB the cursor after a PRINT statement's text to tab append another printed value. ''Usage:'' INPUT "Name, age and sex(M or F): ", nm$, age%, sex$ * Commas in PRINT statements TAB space values up to 15 column places with column 57 being the maximum per row. * A comma following the prompt text in an INPUT statement does not display a question mark. A semicolon or no prompt does. * Commas are also used betwe...")