Fortran |
Name | Description | |
---|---|---|
Substring(Char, Int32) | Retrieves a substring . The substring starts at a specified character position. | |
Substring(String, Int32) | ||
Substring(Char, Int32, Int32) | Retrieves a substring . The substring starts at a specified character position and finisch a specified position. | |
Substring(String, Int32, Int32) |