Cannot Directly Pass Array from FORTRAN to Basic (27479)
The information in this article applies to:
- Microsoft Visual Basic for MS-DOS
- Microsoft Basic Professional Development System for MS-DOS 7.0
- Microsoft Basic Professional Development System for MS-DOS 7.1
- Microsoft QuickBASIC 4.0
- Microsoft QuickBASIC 4.0b
- Microsoft QuickBASIC 4.5
This article was previously published under Q27479 SUMMARY
There is no direct way to pass an array from FORTRAN to a Basic
routine. One method that can be used is to set up a fixed length string
whose length is the number of bytes in the array being passed. The
characters of the string can then be converted to numbers using the CVI,
CVL, CVS, or CVD functions. Values may be changed in the array using the
MKI$, MKL$, MKS$, or MKD$ functions.
Modification Type: | Minor | Last Reviewed: | 8/16/2005 |
---|
Keywords: | KB27479 |
---|
|