HP-71B IMAGE and PRINT USING
|
07-05-2020, 02:30 PM
(This post was last modified: 07-05-2020 03:03 PM by J-F Garnier.)
Post: #7
|
|||
|
|||
RE: HP-71B IMAGE and PRINT USING
(07-05-2020 01:45 PM)rprosperi Wrote: Possibly I$ was not initially allocated large enough? The OP says it was dimensioned to 150 chars, but JFG's at 256 works. Maybe it's that simple?No, 150 char dim works as well and the image fields are correct for real values. The problem is that a complex image field C(..,..) must be used if complex variables are used. But I'm sure Garth already figured it out :-) [Added:] Here is a compact solution with complex fields and values: Code: 10 DIM I$[150] J-F |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
HP-71B IMAGE and PRINT USING - Garth Wilson - 07-04-2020, 09:50 PM
RE: HP-71B IMAGE and PRINT USING - rprosperi - 07-04-2020, 11:02 PM
RE: HP-71B IMAGE and PRINT USING - Garth Wilson - 07-05-2020, 01:12 AM
RE: HP-71B IMAGE and PRINT USING - rprosperi - 07-05-2020, 02:09 AM
RE: HP-71B IMAGE and PRINT USING - J-F Garnier - 07-05-2020, 08:32 AM
RE: HP-71B IMAGE and PRINT USING - rprosperi - 07-05-2020, 01:45 PM
RE: HP-71B IMAGE and PRINT USING - J-F Garnier - 07-05-2020 02:30 PM
RE: HP-71B IMAGE and PRINT USING - rprosperi - 07-05-2020, 07:12 PM
RE: HP-71B IMAGE and PRINT USING - Garth Wilson - 07-07-2020, 05:23 AM
|
User(s) browsing this thread: 2 Guest(s)