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.015s
<1234567…34>
  • Ich suche zum Interviewen...einen Deutschen oder eine Deutsche, der/die sich noch an der Zeit bevor der Wende erinnert. Ich moechte Euch ueber die Kulturelle Auswirkungen der Te…

    ... :

    I can string some basic sentences together, but I'm ...
    dm_boozefreek dm_boozefreek December 2009 Chit chat
  • Arcade Game Designer 2.0 releasedI know dozens of you downloaded the previous version of AGD. Well, you can put it away now because I've made some major improvements to that version…

    ... ended and returns to basic or the into maker, ... that routine rather than basic - but is that ... was called from, whether BASIC or machine code.
    ... registers pointing to the score string. So

    string into BASIC variable A. At ...
    jonathan jonathan April 2010 Development
  • Arcade Game Designer 2.0 releasedI know dozens of you downloaded the previous version of AGD. Well, you can put it away now because I've made some major improvements to that version…

    ... it was called from, whether BASIC or machine code.

    string. So

    LET A ... the address of the score string into BASIC variable A. At least ...
    BiNMaN BiNMaN April 2010 Development
  • Arrays in Spectrum basicHi everyone, I've recently begun learning to programme in Spectrum and want to write a text adventure. Could someone give me an example or help me o…

    ... found on all machines with BASIC and the main difference between ... Sinclair BASIC and others is that other ... BASIC arrays do not use text ... the length of the string.
    Sinclair BASIC arrays are best viewed ...
    Geoff Geoff November 2010 Sinclair Basic
  • Outputting debug trace to RS232 (assembly)Hi Guys, I'm working on a game at the moment (written in assembly) but I am really needing to write out a debug trace of what is going on with the p…

    ... but having to write a string of BASIC before doing the appropriate ...
    BloodBaz BloodBaz January 2014 Development
  • Currah ?Speech channelIt seems to me that it would be nice to be able to send words to the ?Speech with PRINT #5;"Speak English to me, Jimmy" or some such. There really i…

    ... 's a bunch of basic interface code in z88dk ... will read and write basic variables and even jump ... routine writes a C string into basic's s$ and then ...
    However, interfacing with basic like this requires all the ... basic things to be left ...
    Alcoholics Anonymous Alcoholics Anonymous June 2014 Development
  • Currah ?Speech channelIt seems to me that it would be nice to be able to send words to the ?Speech with PRINT #5;"Speak English to me, Jimmy" or some such. There really i…

    ... 's a bunch of basic interface code in z88dk ... will read and write basic variables and even jump ... routine writes a C string into basic's s$ and then ...
    However, interfacing with basic like this requires all the ... basic things to be left ...
    chev chev June 2014 Development
  • Efficient comparision of several valuesHi all Let's say we have an array of six values, like {2,1,1,1,3,2} Using BASIC or ASM, what's the most efficient way to find 3 consecutive posi…

    Another thing, if you store the 'array' as a string in basic, then you can also compare using:

    [code]
    10 LET A$="321110"
    20 LET X=3
    30 IF A$(X TO X+2)="111" THEN PRINT "YES"
    [/code]
    Timmy Timmy November 2018 Development
  • Console frameworkStill working on Specotron, but at the point where working out the diagonal lines collision is not good at beer o'clock. In the meantime I've knoc…

    ...
    int16: 1
    string: ok
    int16: 2
    string, symbol, parentheses) it has just ... and ) easier (treat them as tokens or new tagged types TAG_OPENPAREN ... when the parentheses/end of string tokens are balanced (but make ...
    Paradigm Shifter Paradigm Shifter September 2022 Development
  • OpenSE BASIC 3.1.1The eagle-eyed will have noticed that [url="http://www.worldofspectrum.org/infoseekid.cgi?id=0027510"]SE BASIC[/url] got an update last week. As a te…

    ... machines (this requires replacing the BASIC ROM and patching the editor ... ) before entering a line, providing tokens are in UPPER CASE and ... (set the permanent attribute), MOVE (BASIC wrapper for the LDIR block ... 16-bit decimal to a string in hex format).
    < ...
    chev chev May 2012 Sinclair Basic
  • A 128 Routine to Put Tokens in StringsI was writing a DEF FN on the +128k and decided that I'd had enough of not being able to put function tokens in strings without a great palaver and s…

    ... being able to put function tokens in strings without a great ... so I wrote this little BASIC routine to do it for ... to occur within a quoted string. So for FN insert UDG ...
    Battle Bunny Battle Bunny December 2012 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
  • 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…

    ... program from scratch using Sinclair Basic? You know, the ATTR(), LET ... />
    You could input a string like (1+2) and the ... plan to do) any Sinclair BASIC compiler for the '86 range ...
    Marcelo Marcelo September 2003 Sinclair Basic
  • 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…

    ... in speccy basic that would let you scroll a string variable left ...
    Neil^P Neil^P December 2003 Games
  • New Functions for Sinclair BasicA total of 52 new functions can be added to Sinclair BASIC; 26 numeric functions (A-Z) and 26 string functions (A$-Z$). Owing to the internal structu…

    ... BASIC; 26 numeric functions (A-Z) and 26 string ... functions (A$-Z$). Owing to the internal structure of Sinclair BASIC ... BASIC.

    [code]
    [i]hex4$[/i] = 4 digit hex string ... [i]string2[/i] = 2 character string
    [/code]

    chev chev November 2004 Sinclair Basic
  • New release and new web site of Blassic, the classic BasicHello. I have launched the release 0.10.0 of Blassic, a Basic interpreter '80 style multiplatform. There is also a new web site: [url="http://blas…

    ... .10.0 of Blassic, a Basic interpreter '80 style multiplatform.
    string slicing Sinclair style (using [ ] instead ...
    NotFound NotFound February 2005 Sinclair Miscellaneous
  • 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.
    BASIC department, any help anybody could ...
    BigBadMick BigBadMick April 2005 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: […

    ... : an interpreter of the Spectrum Basic that can run in a ... line, enter plain text, not tokens, it uses his own tokenizer ...
    NotFound NotFound November 2006 Development
  • Printing UDGs in BASICAfter looking a little through Winer Milly's code, it struck me that I might be able to speed up my Cybernoid editor by replacing: FOR a=0 TO 31: PR…

    ... "[THIS TEXT SHOULD CONTAIN A STRING OF THE 32 UDGs I ... mode? I am coding the BASIC program in a Text Editor ... (TextMate with a Sinclar Basic plugin).

    EDIT:
    48K 48K March 2007 Sinclair Basic
  • 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
  • Writing internet servers in ZX BASICNew Spectranet news! I have just finished adding the code to allow listening sockets to be used from BASIC. A simple example: [code] 10 %listen #4,…

    ... sockets to be used from BASIC. A simple example:

    string if nothing is waiting.
    BASIC now :-)
    Winston Winston August 2009 Hardware
  • CellularBasicPro - enhanced BASIC interpreter for mobile phones and devicesDownload location : [url]http://code.google.com/p/cellularbasicpro/downloads/list[/url] Features of cellularBasicPro include : - Extensive mathem…

    ... /> - Extended string support.
    - Subroutines and Functions support.
    - Large BASIC programs ...
    yossik yossik August 2009 Announcements
  • 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…

    ... do something random in Sinclair Basic without repeating something that was ... , I do stuff in Sinclair Basic to help them, or to ... way to randomly scramble the string?

    Second question. Let ...
    zxbruno zxbruno October 2009 Sinclair Basic
  • An update on ZX BASIC support for the SpectranetOne for zxbruno, I hope :-) So just an example of what now can be done with the network filesystem and BASIC. The following listing is of a program …

    ... with the network filesystem and BASIC. The following listing is of ... this on the Spectrum, using BASIC and streams:

    [code ... send data over ethernet from BASIC. You can PRINT # to that ... script that expands the ZX BASIC tokens.
    Winston Winston March 2010 Sinclair Basic
  • A tidy loader for minigamesThe minigame competition doesn't permit the use of separate loaders like [code]10 LOAD "": RAND USR 32768[/code] The loader must be included in the b…

    ... including hacked [b]number[/b] tokens and visible machine code trailing ... It uses two variables: a string variable contains all the machine ... . Doing so involves executing BASIC tokens as if they were machine ... 4 (the command in the BASIC program -- [b]PRINT[/b], ...
    ajmoss ajmoss June 2010 Development
  • 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…

    ... Basic though BASIN and I'm wanting to use multi dimension string ... /> Also are arrays in Sinclair basic 0 based i.e. do ...
    Scottie_uk Scottie_uk August 2010 Sinclair Basic
  • Back to BASIC[U][B]Archaeology guide to programs compiled used MCODERII.d[/B][/U] After various people have been talking about "Frank'n'stein" I decided to finis…

    ... converting the code back to BASIC much easier.

    ... will notice there is some BASIC source code between addresses ... compiled code (not the original BASIC address). There are 2 ... +4 = absolute maximum length of string
    [/LIST]
    Additional ...
    Jimmy Jimmy May 2011 Development
  • checking bits in BASICThe question of manipulating bit patterns in BASIC was raised recently in this [thread=35728]Keys redefine routine and key check[/thread] thread. I s…

    ... of manipulating bit patterns in BASIC was raised recently in this ... for ease of handling from BASIC, with a little loop to ... a binary number in a string, and also a method using ... binary digit character strings in BASIC for bit manipulation, but the ...
    Battle Bunny Battle Bunny September 2011 Sinclair Basic
  • Find-Fill-Copy functions for BASICThere's not much going on here, so here's three m/code routines to provide some data manipulation functions which are otherwise slow to do from BASIC…

    ... otherwise slow to do from BASIC.

    * find array 'a ... PI",fill)
    * [optionally copy string 'c' to address 'a' then ... .

    If no initialisation string is defined then 'copy' will ... can be calculated by the BASIC program; see lines 15 & ...
    Battle Bunny Battle Bunny October 2011 Sinclair Basic
<1234567…34>

Latest Posts

  • European Software Titles with an English version
    Antiriad2097 on 6:40AM
  • 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
  • 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
string 2.8K 5.1K
tokens 374 492
basic 24.7K 39K

Related Threads

  • getting c nonsense in basic when trying to load a program through a string in +3 basicstrangely if i use load s$(to 8), it says nonsense in basic but works when i run it. but when i execute the command without a line no it works withou…
  • Switch from 128k BASIC to 48k BasicHello,<br /> <br /> Is there a way to start off running a program in 128k basic (so that you can use the ramdisk facilities) but then switch back dow…
  • (Basic) Sinclair BASIC mode for EmacsI saw this [URL=http://www.worldofspectrum.org/forums/showthread.php?t=14622]post[/URL] regarding a Sinclair BASIC editing mode along with some Fuse …
  • Help with Visual Basic 6.0 vs Visual Basic.netI have a program that auto generates VB.Net code..... I know VB.net syntax and am happy with the code generated.<br /> <br /> However, I have been as…
  • What did Spectrum BASIC lack (and was BBC BASIC so good?)Over the years, I've read in various multi-format magazines, that BBC BASIC was probably the best BASIC available on an 8-bit machine. I've never use…
  • 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…
  • 48K BASIC to ZX81 BASIC conversion possible?Looking for an automated way of converting a BASIC program done on a<br /> 48K Spectrum to one for the ZX81. It's obvious that some things cannot<br …
  • ZX Basic 1.2.5 - a BASIC CompilerWell, my old post about ZX BASIC seems to be gone (maybe this phorum purges old threads?), so I started a new one.<br /> <br /> After more than 6 mon…
  • Basic BASIC help needed RNDHi all,<br /> <br /> I have recently re-discovered an old program I wrote in the early 90s which would do generate random lottery numbers.<br /> <br …
  • Star BASIC or *BASIC??? Anyone heard of this?Does anyone remember a thing called Star Basic or *basic?<br /> <br /> It was a tape that extended the BASIC instruction set and from memory you put …

Related Searches

  • tokens
  • rst8 return to basic
  • rst8 basic
  • return to basic
  • basic tips tricks
  • best basic manual
  • writing music in basic
  • play in basic
  • play command in basic
  • basic upper lower case
  • basic toupper tolower
  • basic lcase ucase
  • basic change upper lower case
  • basic
  • basic flicker
  • string graphic blocks basic
  • basic string
  • basic memory string copy
  • basic memory fast string copy
  • basic screen string

Copyright © 2024 World of Spectrum