Post Reply 
HPBasic code for RS-232 on a 9826 with a 98626A card?
08-30-2024, 08:34 PM
Post: #6
RE: HPBasic code for RS-232 on a 9826 with a 98626A card?
(08-30-2024 04:47 PM)Martin Hepperle Wrote:  You should not have to preset the variable E$.
Just use it and it should be dimensioned to the correct length by the ENTER command.

Unless explicitly declared, string variables have a maximum length of 18 characters.
Larger string variables must be declared (dimensioned) with the DIM statement e.g. DIM E$[80] , up to 32767 characters.

J-F
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HPBasic code for RS-232 on a 9826 with a 98626A card? - J-F Garnier - 08-30-2024 08:34 PM



User(s) browsing this thread: 5 Guest(s)