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.003s
<1234567…34>
  • Scrolling string variablesCan anyone help me with this for a program I'm writing on the spectrum. There was a command in speccy basic that would let you scroll a string variab…

    ... would let you scroll a string variable left or right one ...
    Neil^P Neil^P December 2003 Games
  • String slicing for UDG definitionHey everyone. Got a bit of a string slicing/string to variable conversion problem. 10 let a$="01100110" 20 let pokevalue=???? What expression do I…

    ... a bit of a string slicing/string to variable conversion problem.
    BigBadMick BigBadMick April 2005 Development
  • Insane string of bad luckWhat a horrendous past 3 months. :cry: All my computers died (including WoS), 2 of my guinea pigs died, my holidays got canceled and tonight my DVD p…

    ... out.
    Surely such a string of bad luck was thought ...
    mheide mheide February 2008 Chit chat
  • BASIC: Fast way of filling a string?Recently I decided to use string slicing to extract random numbers from a sequence in the one-liner Lottery picker: [quote] 20 RANDOMIZE : LET a$=""…

    Recently I decided to use string slicing to extract random numbers ...
    Dunny Dunny November 2008 Development
  • 2 questions about matrix and string handlingI was never good at understanding how to do something random in Sinclair Basic without repeating something that was already done. Had problems unders…

    ... way to randomly scramble the string?

    Second question. Let ...
    zxbruno zxbruno October 2009 Sinclair Basic
  • Multi Dimension String Arrays.Ok so I've been playing with Sinclair Basic though BASIN and I'm wanting to use multi dimension string arrays, if it is possible. I know what when a…

    ... wanting to use multi dimension string arrays, if it is possible ...
    Scottie_uk Scottie_uk August 2010 Sinclair Basic
  • Poking a string to memory...I'm looking to poke a string of characters including colour control codes to memory, I'm currently doing it by hand: 16,2,19,1,22,1,1,144 That equa…

    ... 'm looking to poke a string of characters including colour control ... do it by poking a string such as A$?
    daveysludge daveysludge March 2012 Sinclair Basic
  • Overflow Detection while Scanning a Number from a StringI've got some strange behaviour from a subroutine that reads a number from a string and converts it to a 32-bit long. It's C's strtol if it helps to…

    ... reads a number from a string and converts it to a ...
    Alcoholics Anonymous Alcoholics Anonymous April 2012 Development
  • simplest method to pass a string to m/code?The statement "RANDOMIZE numvar+USR mc" is a simple way of passing a single numeric parameter to a m/c routine, as mc can retrieve numvar from the to…

    ... doing the same for a string variable but haven't done ... to SCANNING to get the string details onto the calculator stack ... $): whereby mc can obtain the string details from within the DEF ... for the name of the string to be pointed to by ...
    Battle Bunny Battle Bunny April 2012 Sinclair Basic
  • Decimal to Binary stringHi all, Anyone got a less labour intensive BASIC routine than this? Example:- take 170 and convert to a string "10101010" take 4 and convert to a s…

    ... 170 and convert to a string "10101010"
    take 4 and ... convert to a string "00000100"

    I have ... />
    [code]
    # SUB - Binary string conversion, A=decimal input, s ...
    IanJ IanJ August 2014 Sinclair Basic
  • im looking for a basic routine that adds a numerical character to a stringim looking for a basic routine that adds a numerical character to a string. so a=1, "1", then a=0 "10", then a=1 "101......" and so on

    im looking for a basic routine that adds a numerical character to a string. so a=1, "1", then a=0 "10", then a=1 "101......" and so on
    digital digital September 2015 Development
  • how do i convert a binary string into hex in basic?how do i convert a binary string into hex in basic?

    how do i convert a binary string into hex in basic?
    digital digital September 2015 Development
  • Code optimisation! 16bit number to 5 digit stringJust for interest this one, any thoughts on how to make this as fast as possible? Little optimisations to this routine or a complete reimagining? …

    ... , HL at end of string,assume string doesn't straddle word boundary ...
    lp: inc (hl) ;increase string number
    ld a,(hl ... ;HL back to start of string
    dec de ;decrease number ... ,lp
    ret
    ;
    string:
    db '00000' ;16 bit ...
    R-Tape R-Tape December 2016 Development
  • flash in a stringhi, is it possible to store flash in a string? u can store colours, bright, etc.

    hi,

    is it possible to store flash in a string? u can store colours, bright, etc.
    digital digital January 2017 Sinclair Basic
  • How to separate a character from a number in a string?Hi I've been writing a kind of logo type program in BASIC that takes a string a$ from INPUT and then draws according to what you give it. Say you w…

    ... in BASIC that takes a string a$ from INPUT and then ... character it reads in the string a$ is a number or ...
    ivanb303 ivanb303 May 2017 Sinclair Basic
  • WinCE Emulator HELP PLZZZ!!!I have LG Phenom Handheld. Just installed Spectrum Emu for WinCE. When I try to load game it looks like it is loading but very quickly and then scree…

    ... returns to blank with Copyright string. What I do wrong? Please ...
    WinCE211 WinCE211 September 2001 Emulators
  • Speccy Ringtones for your mobile :)Hi guys Im sure i cant be the first person to think of this, but with the aid of a few software packages, I spent this weekend converting some class…

    ... to these tunes, save each string on a single line in ...
    Anonymous Anonymous March 2002 Games
  • ZX PC Interface : The manual, schematics and more info... ZX &lt;-> PC Interface ------------------- Contents 1) The ZX &lt;-> PC Interface 1.1) What is it? 1.2) What does it do? 2) Install…

    ... .
    You may choose any string. This option is added in ... the directory given in the string.
    If only a stationletter ... E,O and C a string is needed!

    3 ... . The info sent int the string can be used as your ...
    Dr BEEP Dr BEEP December 2002 Sinclair Miscellaneous
  • Random Smiley FacesAs promised, here's the Syntax: ;Startup 5 CLS 7 PAPER 0: BORDER 0 ;Graphics 10 FOR n=0 to 7 20 READ row: POKE USR "P"+n,row 30 NEXT n 31 DATA BI…

    ... * 20)

    ; Printout!
    ; String in line 71 is Graphics ...
    Takashi64 Takashi64 January 2003 Sinclair Miscellaneous
  • ZX PC InterfaceZX &lt;-> PC Interface Contents 1) The ZX &lt;-> PC Interface 1.1) What is it? 1.2) What does it do? 2) Installation 2.1) The softwa…

    ... the current directory.
    The string may hold all the parameters ... serverprogram.
    Note that a string must follow the E,O ...
    Dr BEEP Dr BEEP January 2003 Announcements
  • MakeTZX DMA Buffer Overrun ?Okay folks, Does anyone know why I get DMA Buffer Overruns when using MakeTZX. Could it be anything to do with my SB Enironment string or anything …

    ... do with my SB Enironment string or anything to do with ...
    Andrew Barker Andrew Barker January 2003 Sinclair Miscellaneous
  • BASin Release 6 available for DownloadHi all - It's another cut'n'paste from CSS :) I've been tapping away again, and seeing as a couple of people have recently seen BASin's latest bits…

    ... ATTR). Any that require a string input should have a checkbox ... you want to specify a string expression rather than a literal ... string.

    As is usual ...
    Dunny Dunny June 2003 Emulators
  • Sinclair Basic compiler for PC?I know we all can use BASin to play for a while in a little window. But... What about creating a 80x86 EXE program from scratch using Sinclair Basic…

    ... />
    You could input a string like (1+2) and the ...
    Marcelo Marcelo September 2003 Sinclair Basic
  • HAYLP! Loading schemes...Gang, I'm currently writing a TZX reporting tool for the vault team and one of my given tasks is to create lists of games which use a particular loa…

    ... could be a simple text string or a code snippet from ...
    Woody Woody September 2003 Sinclair Miscellaneous
  • Game Editor questionI'm currently updating my image utility - TommyGun and my old Map editor, which I haven't released on WoS yet. My question is this. Would people li…

    ... . eg. collision maps, sound editing, string editing (dialog, speech, descriptions etc ...
    Kiwi Kiwi February 2004 Development
  • RST 16 with TASMCan any body tell me what is wong when I assemble this test code with TASM : ;print a long string "help me" start .org 32000 ld a,2 call 5633…

    ... :

    ;print a long string "help me"
    start .org ...
    Steve(spt) Steve(spt) April 2004 Development
  • The ZX80 lives againI have often wondered if there was ever *any* commercially released software for the ZX80. I have never seen any, or even seen any info about it. Bu…

    ... ground that I'd need string arrays, which the ZX80 doesn ...
    The Mighty Dopethrone The Mighty Dopethrone September 2004 Games
  • Totally totally off-topic javascript questionEvenin' people - can anybody help me here? Internet Explorer will just not work for me with a bit o' script that works fine in Moz/Firefox. This is …

    ... is parsing characters from a string, testing to see if they ... adding it to a new string, or it just plainly routes ... them to the new string if they're non-alpha ... non-alpha characters to the string correctly. Any ideas? THe bit ...
    b00mzi11a b00mzi11a October 2004 Sinclair Miscellaneous
  • Most pointless type-in?I think it was one I saw, probably in Program Pitstop(which mag did that?), to evaluate a string as a full expression, a la the Beeb: spend hours typ…

    ... did that?), to evaluate a string as a full expression, a ...
    robert@fm robert@fm October 2004 Games
  • BASin Release 11 out nowBASin has been updated once again, for your BASIC programming pleasure! Get it at: [url="http://homepage.ntlworld.com/paul.dunn4/BASin_r11.exe"]htt…

    ... you type "COPY" into a string, you can tokenise it to ... - The Editor will now display string literals using the characters pointed ... where you are in the string, and every 32 characters a ... . Just type a numeric or string expression at the editor, and ...
    Dunny Dunny November 2004 Emulators
<1234567…34>

Latest Posts

  • Celebrity deaths...
    Paradigm Shifter on 4:41PM
  • Your Favorite Magazine Cover Tapes.
    Your Spec-chum on 2:19PM
  • Where to Buy the New or Fairly Recent , Excellent ZX Spectrum Games Software?
    Your Spec-chum on 1:34PM
  • i am currently listening to........
    mel the bell on 11:34AM
  • Mis-labeled cassette titles or a name change?
    harriusherbartio on 11:06AM
  • Ways to preserve Speccy Tapes in the loft
    harriusherbartio on 10:58AM
  • Fixed Speccy Software. And which games remained unfixed?
    harriusherbartio on 10:47AM
  • Minor British Sports that did become games on the ZX Spectrum
    harriusherbartio on 10:30AM
  • How to return to basic properly from ASM
    Paradigm Shifter on 1:54AM
  • Frankie's ZX Spectrum Digouts
    Zup on April 8

HitBox

Word Docs Hits
string 2.8K 5.1K

Related Threads

  • 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 …
  • 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…
  • Method to read byte as binary string rather than dec?Hi all<br /> <br /> Am fiddling around with the screen buffer and have written a routine to scan the screenbuffer into upper ram and then write it ba…
  • Insane string of bad luckWhat a horrendous past 3 months. :cry:<br /> All my computers died (including WoS), 2 of my guinea pigs died, my holidays got canceled and tonight my…
  • BASIC: Fast way of filling a string?Recently I decided to use string slicing to extract random numbers from a sequence in the one-liner Lottery picker:<br /> <br /> [quote]<br /> 20 RAN…
  • 2 questions about matrix and string handlingI was never good at understanding how to do something random in Sinclair Basic without repeating something that was already done. Had problems unders…
  • Multi Dimension String Arrays.Ok so I've been playing with Sinclair Basic though BASIN and I'm wanting to use multi dimension string arrays, if it is possible.<br /> <br /> I know…
  • Poking a string to memory...I'm looking to poke a string of characters including colour control codes to memory, I'm currently doing it by hand:<br /> <br /> 16,2,19,1,22,1,1,14…
  • Overflow Detection while Scanning a Number from a StringI've got some strange behaviour from a subroutine that reads a number from a string and converts it to a 32-bit long. It's C's strtol if it helps to…
  • simplest method to pass a string to m/code?The statement "RANDOMIZE numvar+USR mc" is a simple way of passing a single numeric parameter to a m/c routine, as mc can retrieve numvar from the to…

Related Searches

  • reorder a string
  • change characters in string
  • inputting to a string array
  • detect a word string on the screen
  • hex to dez string
  • colors in a string
  • attributes in a string
  • string
  • reverse a string
  • random string
  • filter string
  • string memory
  • string from memory
  • string from ram
  • slicing string variable
  • slice string
  • string tokens basic
  • string graphic blocks basic
  • basic string
  • scrolling text string

Copyright © 2024 World of Spectrum