Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Example and template

...

KEYWORD 

...

KEYWORD

(version: Legitimate GEFID versions for this keyword)

#Keyword=Param1, Param2, Param3, [ Param4, [Param5]]

ParameterType of dataExplanation.
Param1intAn integer number. At least 2 bytes. A maximum value may be required: Maximum = 250
Param2stringA sequence of alpha numerical characters. A maximum length may be required:  Maximum 80 characters. 
Param3doubleA floating point number of at least 8 bytes long. 
Param4floatA floating point number of at least 4 bytes long.  Optional, since it is between [ ].
Param5longAn integer number of at least 4 bytes. A maximum value may be required: Maximum =  100 000. Optional, since it is between [ ].

...

  • The legitimate versions of the GEFID for this keyword are listed in the same line as the caption for Keyword. For an explanation about versions, see versions.
  • Type of Data lists the minimum type of variable to hold the information in the field. For examples and restrictions for "Type of data", see the table of datatypes.
  • Strings as in Param3 must obey the rules as stated for information fields, see special characters.
  • Param4 is in between brackets. It is optional, so it may be omitted.
  • Param5 is optional. The brackets around Param5 are nested within the brackets of Param4. This means that if Param4 is omitted, Param5 should be omitted as well.
  • Valid examples for use of Keyword are:
    • #Keyword=12, The number PI, 3.141592653589793238, 3.1415926, 98765
    • #Keyword=12, The number PI, 3.141592653589793238, 3.1415926
    • #Keyword=12, The number PI, 3.141592653589793238

...