[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference hydra::amiga_v1

Title:AMIGA NOTES
Notice:Join us in the *NEW* conference - HYDRA::AMIGA_V2
Moderator:HYDRA::MOORE
Created:Sat Apr 26 1986
Last Modified:Wed Feb 05 1992
Last Successful Update:Fri Jun 06 1997
Number of topics:5378
Total number of notes:38326

459.0. "AmigaBASIC question" by BAGELS::BRANNON (Dave Brannon) Wed Apr 15 1987 19:44

    I'm trying to port some ibm pc basic programs to the AmigaBASIC.
    Since they are both Microsoft basic, this hasn't been too painful.
    But i've run into what might possibly be a naive user question
    that i haven't been able to find the answer for, so here goes...
    
    If i just invoke basic with no program loaded, it diplays
    "61310 bytes free"
    
    If i invoke AmigaBASIC with no program loaded, it displays
    "25000 bytes free"
    
    Some of the programs i'm trying to port do indeed want more than
    the 25000 bytes.  Anybody know if there is a way to increase it?
    
    thanks,
    -dave
T.RTitleUserPersonal
Name
DateLines
459.1MORRIS::SMCAFEESteve McAfeeWed Apr 15 1987 21:264
    
    try using the CLEAR command in amigabasic.  It's in the AmigaBASIC
    manual.
    
459.2SOFTY::HEFFELFINGERBored on BoardWed Apr 15 1987 22:579
    CLEAR is correct.  I haven't programmed in AmigaBASIC other than to
    create the obligatory check book program, so I haven't found a way to
    make BASIC come up with a larger workspace. (Should be a feature.)  So,
    in the case of my check program, which uses large chunks of memory, I
    first run a short little program which uses CLEAR to change the
    workspace size and then loads and runs the actual check book program. 

    
    Gary
459.3OPUS::BUSCHWed Oct 05 1988 12:0619
1. I'd like to write a graphics program in BASIC to draw a wireframe model of an
object using X-Y-Z points and vectors stored in a file. I want to be able to
rotate the object and move it in and out from the viewer using the mouse as an
input tool. Is there a way of sensing when the right mouse button is being
pressed? The MOUSE(0) function will return the status of the left button and the
MENU(0) (I think) should return the right button status but instead, it
activates the menu bar. There must be some way of disabling that feature. 

2. In the manual for the Star NX-1000 color printer there is a program written 
in Microsoft BASIC for the IBM-PC for generating and editing NLQ fonts for that 
printer. Before going to the trouble of entering it, I'd like to know if it will
work on my Amiga. Any ideas?

3. Not a BASIC question, but speaking of fonts. Where can I get new or 
additional Amiga fonts to be used with ProWrite? Is there a font editor that I 
can use to design my own? Also, which fonts can I delete from my workbench disk 
to free up some space?

Dave
459.4LEDS::ACCIARDIWed Oct 05 1988 20:4910
    
    There are literally hundreds and hundreds of fonts available for
    downloading from PLINK.  Most of the better Macintosh fonts have
    been converted.
    
    There are also about a dozen or so commercial disks full of fonts.
    
    Ed.
    
    
459.5Basic Tricks and TipsPUGH::MCDONALDASat Oct 15 1988 06:264
    Have you seen "Amiga Tricks and Tips", a Data Becker book that
    includes a lot of (to me) high powered stuff on driving the AMy
     with Basic ?