View previous topic :: View next topic |
Author |
Message |
vikrant
Joined: 24 Dec 2012 Posts: 2
|
Posted: Tue Jan 08, 2013 2:48 am Post subject: Syntax problems |
|
|
Hi,
Can any body help me regarding the syntax
1) call getarg(integer,Character)
2) integer *4 :: variable=>123456789
With example will be more useful for me.
Regards
Vikrant |
|
Back to top |
|
|
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8037 Location: Salford, UK
|
Posted: Tue Jan 08, 2013 8:13 am Post subject: |
|
|
It is difficult to know how to respond to your request other than to direct you to a basic course on Fortran programming.
For example, a simple assignment in Fortran might take the form...
integer variable
variable = 123456789
There are lots of other valid ways to write this but your coding is incorrect for a number of reasons. |
|
Back to top |
|
|
|