next up previous contents index
Next: LET /FORMULA Up: LET Previous: LET /FILE   Contents   Index


LET /FORMAT

        [SIC\]LET Variable [=] Expression /FORMAT format_string

    Use the specified format to convert  the  expression  into  a  character
    string and assign it to the requested (character) variable. For example:
      define character c*6
      LET C acos(-1.0) /FORMAT F6.3
      exa c
      c = 3.142


Gildas manager 2014-07-01