Silverfrost Forums

Welcome to our forums

Syntax problems

8 Jan 2013 1:48 #11379

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

8 Jan 2013 7:13 #11380

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.

Please login to reply.