Welcome, Guest. Please login or register.

Author Topic: HiSoft basic 2  (Read 976 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline alphageminiTopic starter

  • Newbie
  • *
  • Join Date: Nov 2011
  • Posts: 44
    • Show only replies by alphagemini
HiSoft basic 2
« on: March 16, 2018, 07:28:31 PM »
Hi, I am using HiSoft basic 2, which works well for my code, but I have a
problem. I use long lines of code containing IF/OR statements and I need to
increase the line length to contain all the input. Or it would be neat if the code
could be put on the next line and be read by the compiler.

How do I do this?

Thanks in advance

Alphagemini
 

Offline trekiej

Re: HiSoft basic 2
« Reply #1 on: March 17, 2018, 07:29:16 AM »
Are you able to put a single Forward Slash at the end of the line and continue on to the next?
Amiga 2000 Forever :)
Welcome to the Planar System.
 

Offline alphageminiTopic starter

  • Newbie
  • *
  • Join Date: Nov 2011
  • Posts: 44
    • Show only replies by alphagemini
Re: HiSoft basic 2
« Reply #2 on: March 17, 2018, 07:56:42 AM »
Quote from: trekiej;837441
Are you able to put a single Forward Slash at the end of the line and continue on to the next?
Thanks for your answer, I will try it
 

Offline trekiej

Re: HiSoft basic 2
« Reply #3 on: March 17, 2018, 08:04:03 AM »
The closest I can get is a Under Score in Visual Basic.
I am getting to wonder if a Carriage Return would terminate a line.
To me that means keep typing till you get to the left side of the screen and continue on and then Carriage Return.
Amiga 2000 Forever :)
Welcome to the Planar System.
 

Offline alphageminiTopic starter

  • Newbie
  • *
  • Join Date: Nov 2011
  • Posts: 44
    • Show only replies by alphagemini
Re: HiSoft basic 2
« Reply #4 on: March 17, 2018, 08:17:45 AM »
no, it doesn't work. Neither / or _ causes a carriage return.

Is it possible to increase the line buffer?
 

Offline alphageminiTopic starter

  • Newbie
  • *
  • Join Date: Nov 2011
  • Posts: 44
    • Show only replies by alphagemini
Re: HiSoft basic 2
« Reply #5 on: March 17, 2018, 08:26:45 AM »
I have looked into the HB2 manual and it says that the line buffer can be changed " by modifying the long word at SYSTAB+68"

Does anyone know what this obscure sentence means? Where is SYSTAB? How do you get to it?

Thanks for your patience!
 

Offline trekiej

Re: HiSoft basic 2
« Reply #6 on: March 17, 2018, 08:40:10 AM »
Sorry, I am at a loss.
I have not used a Basic by Hisoft before.
Are you using the Pro. version?
Amiga 2000 Forever :)
Welcome to the Planar System.
 

Offline alphageminiTopic starter

  • Newbie
  • *
  • Join Date: Nov 2011
  • Posts: 44
    • Show only replies by alphagemini
Re: HiSoft basic 2
« Reply #7 on: March 17, 2018, 08:57:10 AM »
I don't know, the manual says simply version 2 1994.
 

Offline bburtonpa

  • Newbie
  • *
  • Join Date: Sep 2006
  • Posts: 20
    • Show only replies by bburtonpa
Re: HiSoft basic 2
« Reply #8 on: March 17, 2018, 10:45:04 AM »
Have you tried using a backslash?