kschartz
11-12-2003, 06:20 AM
I am trying to use the Environment.GetCommandLineArgs() method in my code. This method returns an array of strings (string[] in C# syntax). I am familiar with the syntax for declaring a scalar string in Fortran using something like:
USE System
type(String), pointer :: ustr ! unicode string
However, I cannot determine the correct syntax for declaring an array of strings in LF Fortran v7.0
Any help would be appreciated. Thanks.
USE System
type(String), pointer :: ustr ! unicode string
However, I cannot determine the correct syntax for declaring an array of strings in LF Fortran v7.0
Any help would be appreciated. Thanks.