World of Spectrum
  • Categories
  • Discussions
  • FAQ
  • Sign In
Home › Search
Title Search
@title beer Word 'beer' in title
User Search
  • @user admin Only posts by Admin
Text Search
  • @body beer Word 'beer' in the text
Phrase Search
"Hello World" Exact phrase match
Exclude Terms
  • car -red Search cars that are not red
"Or" Searches
  • honda | bmw 'honda' or 'bmw' results
Multi-Field
@(title,body) hello Both contain 'hello'
WildCard
  • hond* civ* Match all with an astrix
Combination
  • @title bmw @user admin
See more supported syntax examples
Search Again :: Adv Search 1000 results in 0.009s
<1…45678910…34>
  • BASIC OptimisationsOk, BASin is maturing fast and now I want to add some more special "stuff". A guy called Chris requested by email that I include a REM killer, to s…

    Multiple print statements...

    PRINT: PRINT : PRINT: PRINT

    would become PRINT'''

    Numbers ...
    ie. You have a string A$="Anonymous1". All instances of ...
    Mr. Anonymous Mr. Anonymous June 2004 Development
  • BASIC OptimisationsOk, BASin is maturing fast and now I want to add some more special "stuff". A guy called Chris requested by email that I include a REM killer, to s…

    For reading variables and string items you don't need ... .

    PRINT "ABCD"(PI) will print "C"
    PRINT "ABCD"(SQR PI ... ) will print "B"

    PRINT A(PI ...
    Dr BEEP Dr BEEP June 2004 Development
  • ANN: ZXF issue 8 now available for downloadZXF is a free PDF magazine for the Sinclair ZX Spectrum, which you can download from the ZXF website at [url="http://www.cwoodcock.co.uk/zxf"]www.cwo…

    Anyone actually print these out?

    I` ... blocks, i.e. BlueTack, Cellotape, String, and the back of a ...
    CKay CKay August 2004 Sinclair Miscellaneous
  • IM2 Machine Code Sprites Example Code Using Char Based SystemFurther to my earlier post, here are sprites running using char method with IM2 driving it Note, for 48k spectrum using TASM [code] ; ***********…

    ... PChar with a routine to print a Char row with clipping ... speed things up.

    Vertically is more tricky as you ...
    AndyC AndyC August 2004 Development
  • IM2 Machine Code Sprites Example Code Using Char Based SystemFurther to my earlier post, here are sprites running using char method with IM2 driving it Note, for 48k spectrum using TASM [code] ; ***********…

    ... CALL PChar

    ; Only print a 3rd column if moving ... /> RET Z

    ; Print 3rd column, checking for wrapping ... RET
    ; WCHAR

    ; Vertically wrap char , i.e. if ...
    robpearmain robpearmain August 2004 Development
  • IM2 Machine Code Sprites Example Code Using Char Based SystemFurther to my earlier post, here are sprites running using char method with IM2 driving it Note, for 48k spectrum using TASM [code] ; ***********…

    ... CALL WrapCharVertically

    ; Print next char and move to ... CALL WrapCharVertically

    ; print the last blank char
    ; WrapCharVertically

    ; Vertically wrap char , i.e. if ...
    robpearmain robpearmain August 2004 Development
  • Need some help making a BASIC gameI'm creating a text adventure in 128 BASIC (I don't like using the 'keywords' in 48 BASIC - It's slow and annoying!) called "The Legend of The Red Dr…

    ... to you. How can I print the speech quotes when they ... speak?[/quote]

    PRINT """"

    [quote]I want ... should be parsing the input string into a series of tokens ...
    cyborg cyborg November 2004 Sinclair Basic
  • New Compo IdeaI've had this idea and would like to know what do you think about it. I think that most of us here know how to code in BASIC. The problem with Specc…

    ... of screen (horizontal):

    print 0, (32-len s$)/2 ... as applicable. s$ is the string you want to display.
    Arjun Arjun April 2005 Development
  • How do I save?I've made a HUGE text adventure with lots of collectables and lots of locations, but how can I get the user to save their game to tape if they need t…

    ... easier to set up a string array for the player's ... at a time
    10 PRINT "You are carrying"
    20 ... ) = VAL D$ THEN READ D$: PRINT D$
    50 IF VAL ...
    Ian Hamilton Ian Hamilton December 2005 Sinclair Basic
  • Mess around with basicIf you have a game that was written in basic, e.g Football Manager, how do you look at the code that was used? thanks

    ... uses run-times. So one PRINT command would take 100s of ... two PRINT commands would take 100s of bytes + the second string and ... the day it compiles a PRINT statement to a (possible) load ... calculations and then CALLs the PRINT routine.

    [quote]
    Dunny Dunny January 2006 Sinclair Basic
  • Any examples of Proportional Font (Dark Star)Dark star had a cool proportionally spaced way of displaying text. Does anyone know of any code to do this? Cheers

    ... some code that'll print an entire string using the method I ...
    Matt_B Matt_B March 2006 Development
  • Lesser used BASIC commandsAre there any interesting articles or books that explore some of the lesser used BASIC commands/functions e.g. DEF FN, IN, OUT etc? The Spectrum BAS…

    ... =255-IN 65022
    20 PRINT AT 0,0;A
    string result.
    Each of the ... a ?$? if it is of string type. A user-defined function ... =FN A(N)
    40 PRINT ?THE CUBE OF(space)?;N ...
    Blondin235 Blondin235 March 2006 Sinclair Basic
  • Mess around with basicIf you have a game that was written in basic, e.g Football Manager, how do you look at the code that was used? thanks

    ... uses run-times. So one PRINT command would take 100s of ... two PRINT commands would take 100s of bytes + the second string and ...
    speccy8 speccy8 March 2006 Sinclair Basic
  • z88dkHello. I'm an spanish user of spectrum (and naturaly of this page). I have a question. I want to start to program games with z88dk, but I need a goo…

    ... use the sprite engine to print scores, for example. But I ... to be rotated horizontally or vertically before this extra column/row ...
    Alcoholics Anonymous Alcoholics Anonymous April 2006 Development
  • +3e file manager program/projectFirstly let's get one thing sorted. This program/project is written entirely in basic, as I am a lamo who doesnt know enough M/C. It really Is'nt th…

    ... in basic to make it print this message as normal, but ... a way of checking the string is correct before I send ...
    guesser guesser April 2006 Sinclair Basic
  • +3e file manager program/projectFirstly let's get one thing sorted. This program/project is written entirely in basic, as I am a lamo who doesnt know enough M/C. It really Is'nt th…

    ... in basic to make it print this message as normal, but ... a way of checking the string is correct before I send ...
    dasteph dasteph April 2006 Sinclair Basic
  • +3e file manager program/projectFirstly let's get one thing sorted. This program/project is written entirely in basic, as I am a lamo who doesnt know enough M/C. It really Is'nt th…

    ... send the output to a string array, which is easier to ... #3,l[/B]
    [B]PRINT a$( TO l)[/B]
    string into the variable [B]l ... you can manipulate the string using standard string-splicing techniques.

    glancaster glancaster April 2006 Sinclair Basic
  • Lesser used BASIC commandsAre there any interesting articles or books that explore some of the lesser used BASIC commands/functions e.g. DEF FN, IN, OUT etc? The Spectrum BAS…

    ... the text "TO" in a string. Programs saved with tokenised characters ...
    Dunny Dunny May 2006 Sinclair Basic
  • Calling ROM routinesFirstly, sorry if this is the wrong forum to post this in, but I wasn?t quite sure under which heading is best fitted. I?m trying to figure out how…

    ... from BASIC with a PRINT USR, it should print the address of ... the mangled byte indicating a string variable?

    Edit: Ah ... have to actually store the string "A$" in the two bytes ... the location of the A$ string.
    :-)
    trellis trellis July 2006 Development
  • z88dkHello. I'm an spanish user of spectrum (and naturaly of this page). I have a question. I want to start to program games with z88dk, but I need a goo…

    ... 't work :( I want to print "Test" to location 5,5 ... a scan conversion in the string. If you try this:
    puts_cons is a lower level string print routine that does not do ...
    Alcoholics Anonymous Alcoholics Anonymous August 2006 Development
  • z88dkHello. I'm an spanish user of spectrum (and naturaly of this page). I have a question. I want to start to program games with z88dk, but I need a goo…

    ... . printf has to scan the string for the %c, %s, %d ... but puts_cons just pushes the string to the screen without any ... uninterpretted character, puts_cons to print a string and getk to read the ...
    Alcoholics Anonymous Alcoholics Anonymous August 2006 Development
  • The Only Reason Sinclair Succeeded (Provoking Controversy)Although I love my Sinclairs dearly, I think that the only reason they succeeded was because at the time most people did not know any better (factori…

    ... into the screen or print them from a string. I wrote a ...
    JamesD JamesD September 2006 Sinclair Miscellaneous
  • Sinclair Basic Vs PascalWith the rise of the structured programming movement (Jackson et al) was it wise to put the Basic programming language into the Spectrum. By this ti…

    ... did some basic stuff like string manipulation, base conversion and so ... c$ = "Hello World!"
    20 PRINT c$
    [/code]

    string datatypes. Kids just don't ...
    monty.mole monty.mole September 2006 Sinclair Miscellaneous
  • Recursive functionsA while ago Phil demonstrated a nice example of recursiveness in a DEF FN function. Sadly it doesn't appear to be online anymore and I have difficult…

    ... =6-s-e
    1020 print s;">";e
    1030 ... function, resulting in a printable string with the moves (in the ...
    Dr BEEP Dr BEEP November 2006 Sinclair Basic
  • ANN: SP1 for Z88DK (aka splib3, Sprite Pack v3.0)Well it's finally arrived, after a month of "a few days from now" release deadlines. SP1 is the lastest version of splib, a flicker-free software sp…

    ... () function is meant to print composite tiles or even entire ... supports byte commands within a string to move cursors up, down ... be created by making a string printing the udgs, moving ... bounding box and can only print at character boundaries.
    ...
    Alcoholics Anonymous Alcoholics Anonymous December 2006 Development
  • Spectrum Basic InterpreterHello. I started this days a strange project: an interpreter of the Spectrum Basic that can run in a Spectrum. Here is a very preliminar version: […

    basizx update:

    String slicing in expressions complete (still ... omitted and ? is replaced by PRINT. This a feature of the ...
    NotFound NotFound January 2007 Development
  • RFC: 64 column font codeIn BASIC, type CLEAR 49999 then import the code at 50000. Then type RANDOMIZE USR 50000. This will create a new channel and attach stream #4 to it. A…

    ... you'll only have two print routines, one for left, one ... could be changed to one print routine and a mask selected ... print routine) but rather than streams is picked up the string from ...
    icabod icabod January 2007 Development
<1…45678910…34>

Latest Posts

  • i am currently listening to........
    Paradigm Shifter on 12:26AM
  • Happy 40th Birthday to the Amstrad CPC464!
    dmsmith on April 16
  • Celebrity deaths...
    mel the bell on April 16
  • Cooperative Games.
    Paradigm Shifter on April 16
  • LONELY TZX files : software TZX'd on the online sites with NO ASSOCIATED DOCUMENTATION
    harriusherbartio on April 16
  • European Software Titles with an English version
    harriusherbartio on April 16
  • How we became brainwashed by social media
    Antiriad2097 on April 16
  • How Do You Categorize Your Speccy Software and Games?
    Antiriad2097 on April 16
  • Fixed Speccy Software. And which games remained unfixed?
    harriusherbartio on April 16
  • I am currently watching.....
    zx1 on April 15

HitBox

Word Docs Hits
print 8.5K 20.4K
string 2.8K 5.1K
vertically 649 723

Related Threads

  • How to print with colour using DiscipleHi!<br /> <br /> I was wondering if there is any way of printing in colour using the Disciple. I am using an Epson Stylus 600 Printer with one of my …
  • Sinclair User: Blue Print Double DragonI'm not sure what issue the Blue Print of Double Dragon appeared, I think it was issue 78 (September 88)<br /> <br /> Even a scan would do. Cheers
  • Scrolling string variablesCan anyone help me with this for a program I'm writing on the spectrum.<br /> There was a command in speccy basic that would let you scroll a string …
  • 42 column text, Sinclair Print Utilities, etcI'm currently developing the next of the ZXIF text adventures - "43 Minutes" and, as a side issue, I'm really interested in 42 column text for this g…
  • Print 'n' Plotter SPRITE MACHINEJust got this from an ebay seller this afternoon. I just TZXd it and sent it to the Steve at the vault, yet it might be a while before it gets put up…
  • How to get Grahics to wrap vertically around the screen?I am using the following code to draw an image to the screen.<br /> <br /> First I use HL to contain ROW and COLUM<br /> I then call the MapScreenFun…
  • Vertically Scrolling Shoot-em-upsHi everyone,<br /> <br /> I want to put together a list of vertical scrolling shoot-em-ups. I have most of the well known ones (see list) on it alrea…
  • String slicing for UDG definitionHey everyone.<br /> <br /> Got a bit of a string slicing/string to variable conversion problem.<br /> <br /> 10 let a$="01100110"<br /> 20 let pokeva…
  • print at line 22 and 23I have a faint recollection of POKES to allow print at 22,x and 23,x, anyone know what they are? (rather than using the print #0 #1 stuff..)
  • PRINT AT in assemblerHello everyone,<br /> <br /> I am very new to this forums. Like perhaps many others I had a Spectrum as a child and did pretty much simple BASIC prog…

Related Searches

  • print a char in asm
  • print variables
  • ld bc eostr string
  • print on border
  • reorder a string
  • print leading zeroes
  • change characters in string
  • print at 23
  • print through
  • asm text print
  • assembly print text
  • assembly print text at pixel
  • print one line
  • rst 16 print routine
  • inputting to a string array
  • print usr
  • print usr bc
  • print 16 bit number
  • basic print free ram
  • print string diagonal

Copyright © 2024 World of Spectrum