Search results

Jump to: navigation, search
  • A$=CHR$(ASCA$AND(&DF OR(A$<"`"))):UNTIL INSTR("MHLQ",A$):PRINT A$
    9 KB (1,340 words) - 02:09, 31 January 2016
  • <code>[[CHR$]]</code> creates a character from its ASCII value, and
    5 KB (568 words) - 17:52, 12 November 2017
  • ...de>[[RND]]</code>, don't need brackets around the argument. E.g.<pre>PRINT CHR$letter%, INKEY100, STR$~code%</pre> * Replace [[Teletext]] <code>[[CHR$]]</code> functions with inline characters in strings, using SHIFT/CTRL and
    7 KB (1,037 words) - 16:30, 15 August 2018
  • 70 L1$=CHR$b% 140 L2$=CHR$b%
    768 bytes (106 words) - 22:41, 8 March 2015
  • 4030 PRINT CHR$H0C%; 4050 IF T%>99 PRINT CHR$H1C%; ELSE PRINT" ";
    12 KB (1,623 words) - 20:12, 8 March 2015
  • 4030 PRINT CHR$H0C%; 4050 IF T%>99 PRINT CHR$H1C%; ELSE PRINT" ";
    11 KB (1,582 words) - 20:12, 8 March 2015
  • IF B%=47 OR B%=92:A$=LEFT$(A$,A%-1)+CHR$(B%EOR115)+MID$(A$,A%+1):REM Swap / \
    3 KB (541 words) - 06:29, 3 April 2018
  • IF(B%=35ORB%=63):A$=LEFT$(A$,A%-1)+CHR$(B%EOR28)+MID$(A$,A%+1)
    2 KB (362 words) - 20:12, 8 March 2015
  • ...127 by setting them as "hard", and they are read from ROM, and set CHR$128-CHR$255 as "soft". The default and "imploded" state is that all soft font group ...e, in the "imploded" state, if you redefine CHR$21 its font group (CHR$&20-CHR$&3F) becomes soft and its definition will also be used for all the other so
    5 KB (827 words) - 01:10, 4 August 2023
  • n=0 all font groups - CHR$32-CHR$255 n=1 font group 1 - CHR$32-CHR$63
    4 KB (655 words) - 23:34, 6 April 2024
  • Line editing is performed, at a minimum DELETE (CHR$127) deletes a character, Ctrl-U (CHR$21) deletes the whole line, and (if enabled) cursor keys perform
    2 KB (343 words) - 22:55, 11 September 2023
  • IFB%=35ORB%=63:A$=LEFT$(A$,A%-1)+CHR$(B%EOR28)+MID$(A$,A%+1) :REM # ? IFB%=61ORB%=64:A$=LEFT$(A$,A%-1)+CHR$(B%EOR125)+MID$(A$,A%+1):REM = @
    13 KB (2,086 words) - 06:24, 3 April 2018
  • A$=CHR$(ASCA$AND((A$<"a")OR&DF))
    1 KB (187 words) - 23:00, 3 July 2016
  • IF dir% THEN OSCLI "Dir """+STRING$(1+(dir%=34),CHR$dir%)+""" IFdir%:IFdir%<>36:f$=CHR$dir%+"."+f$ :REM Prepend with non-"$" dir. char
    6 KB (848 words) - 20:13, 8 March 2015
  • REM chr%, cmn%, csc%, ccs% - creation hours, minutes, seconds, centiseconds DEFPROCFile_Stamp(f$,t%,cd%,cm%,cy%,chr%,cmn%,csc%,ccs%,md%,mm%,my%,mhr%,mmn%,msc%,mcs%)
    2 KB (345 words) - 20:13, 8 March 2015
  • PRINT CHR$13;"Track ";track%;
    1 KB (185 words) - 21:56, 8 March 2015
  • | colspan="2" | <code>[[CHR$]]</code> string of <code>[[CHR$]]</code> functions. The only exception is that
    7 KB (1,070 words) - 14:22, 15 February 2024
  • 30 PRINT CHR$(13);I%;" percent complete";
    1 KB (227 words) - 20:13, 8 March 2015
  • VDU 19,-1 ,p,r,g,b - set border colour (-1 is sent as CHR$255)
    6 KB (964 words) - 12:13, 11 February 2024
  • PRINT "? (Y/N/A)";:REPEAT:A%=INSTR("YAN",CHR$(GETAND&DF)):UNTILA% PRINTSTRING$(7,CHR$127);MID$("YesAllNo ",A%*3-2,3);:=A%-2
    1 KB (219 words) - 20:13, 8 March 2015

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)