Jump to content

w1k

Members
  • Content Count

    1,773
  • Joined

  • Last visited

Posts posted by w1k


  1. I want convert standard 600 baud program in tape to turbo 2000 format. i have program for this operation, if i chose load 600 baud program, then program wants from me FROM: - i type $2000

     

    then saving to t2000 format

    NAME:

    FROM:

    BYTES:

    START:

     

    when i chose FROM to 2000, which address i must use to start? program is 511b lenght


  2. A bit of fancy programming...

     

    check for word overflow - if last character of a line and first chr of the next line is alpha, then you'd want to truncate the line backwards from there so the last character printed is a SPACE or punctuation mark.

     

    You could probably do it by just making a few pointer variables into the string. Use loops to do the character scanning. Or does Turbo-Basic have some sort of INSTR() function.

     

    some little hint or example? im poor programmer

×
×
  • Create New...