*GetStnNum Transient program Syntax: *GetStnNum Description: This RISC OS utility sets a group of Econet$* system variables holding the Econet station and network numbers. These variables can then be used by other code, for instance to create pathnames that are unique to the station number or setting the local IP address or writing Obey files that execute different commands depending on the station. *GetStnNum is best run from a machine's !Boot sequence. The system variables set are: Econet$Stn three-digit station number, eg 051 Econet$Net three-digit network number, eg 001 Econet$Station station number as a number, eg 51 Econet$Network network number as a number, eg 1 Examples: GetStnNum Set IP$Addr 1.1.. If < 50 Then Obey .Class1 If "" = "253" Then I Am Despool Likely Errors: There are no errors specific to this program.