Hi!
I would like to write a two-dimensional matrix in a text file. So the first line of the test file is the first line of the matrix.
How must I programme this? So far I just know how to write a single column.
Best regards,
Carla Silva
Why when writing the code below, Visual basic indicates an error in the third line? if it was Set xlSheet = xlBook.Worksheets(1) or Set xlSheet =xlBook.Worksheets(2) or Set xlSheet =xlBook.Worksheets(3) he accpet.
Set xlApp = CreateObject("Excel.Application")
Set xlBook =...
Does anyone know why Fortran doesn't accept for example 0.572*2**(2/3) and we have to write 0.572*2**(0.666666667)?
My program wasn't working propperly because of this.
Thank you !
How can I pass by reference a two dimentional array from vb 6 to a visual fortran dll subroutine?
The array is TG() as single
Can you give me a simple example of doing so?
Thank you very much for your help.
carla
I have tried to stablish a conection between visual basic 6 and fortran bur I always get the error: Run-Time error 453 can't find dll entry point arraytest in D:\carlasilva\vbfor\f90vb\f90vb.dll. I have follow the example in Visual basic Help but I always get that error.
What can I do?
Thank...
I have tried to stablish a conection between visual basic 6 and fortran bur I always get the error: Run-Time error 453 can't find dll entry point arraytest in D:\carlasilva\vbfor\f90vb\f90vb.dll. I have follow the example in Visual basic Help but I always get that error.
What can I do?
Thank...
How do I programme writing a matrix 5x5 in an output file (.txt)?
I would like to see the original matrix format, but I had tried and in the output file appears all the numbers in a single column.
Thank you for your help!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.