|
[Sponsors] |
June 17, 2000, 11:20 |
Short question on command in user fortran
|
#1 |
Guest
Posts: n/a
|
I seem to have trouble finding an explanation in the manual When writing: IF (CNAME(1:2).EQ.'V ') THEN What does the 1:2 mean ?
Thanks in advance Franz Thomsen Aalborg University |
|
June 18, 2000, 20:40 |
Re: Short question on command in user fortran
|
#2 |
Guest
Posts: n/a
|
Hi Franz,
cname(1:2) returns a string containing the first two characters of the string cname. For example, if cname="abcdefghij", then cname(1:2) returns "ab". Welcome to the joys of fortran programming. Glenn |
|
June 20, 2000, 07:35 |
Thanks
|
#3 |
Guest
Posts: n/a
|
As subject
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
CFX11 + Fortran compiler ? | Mohan | CFX | 20 | March 30, 2011 19:56 |
CFX arc-modeling, User Fortran, CEL.... | Bloshchitsyn Vladimir | CFX | 0 | October 15, 2007 07:39 |
User FORTRAN: USER_GET_MESH_DATA | Yuko | CFX | 0 | October 28, 2004 05:08 |
about USER FORTRAN compiling issue | CXL | CFX | 1 | October 9, 2003 22:00 |
Commercial software question (user viscosity) | Jeff | Main CFD Forum | 2 | July 20, 2002 11:41 |