Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: carlasilva
  • Content: Threads
  • Order by date
  1. carlasilva

    writing a matrix to a txt file

    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
  2. carlasilva

    excel called from Visual basic

    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 =...
  3. carlasilva

    exponenciation

    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 !
  4. carlasilva

    passing arrays by reference to dll

    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
  5. carlasilva

    fortran dll to be called from Visual basic

    How do I build the dll from fortran to be called within Visual basic interface? Thank you for your help
  6. carlasilva

    conection between VB and Fortran

    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...
  7. carlasilva

    Conection between VB and Fortran

    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...
  8. carlasilva

    writing a matrix 5x5 in an output file (.txt)

    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!

Part and Inventory Search

Back
Top