- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can someone tell me why passing more than one string from VB.NET code to Fortran code the second string and above are not passed and cannot be read into Fortran code? Only the first one is read perfect. I note here that I pass every string's length just after each string by value and of course I have set suitable compiler option to that choice.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Iresolved the problem by myself and it was really very simple. The argument type for string's length was long while an integer was needed, so when I changed it all worked perfect. I apologize for someone's possible losttime for this simple bug in my code.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page