Hi, Can any body help me regarding the syntax
call getarg(integer,Character)
integer *4 :: variable=>123456789
With example will be more useful for me.
Regards Vikrant
Welcome to our forums
Hi, Can any body help me regarding the syntax
call getarg(integer,Character)
integer *4 :: variable=>123456789
With example will be more useful for me.
Regards Vikrant
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.