Get(NetworkType)

In FileMaker Go, returns a number representing the type of network being used to access the current file.

Format 

Get ( NetworkType )

Parameters 

None

Data type returned 

number

Originated in version 

13.0

Description 

In FileMaker Go, returns:

  • 0 if the current file is a local file on an iOS or iPadOS device
  • 1 if the network type is unknown
  • 2 for a cellular network
  • 3 for a Wi-Fi network

Notes 

  • In other products in the FileMaker Platform, this function is not supported and returns an empty string.

Example 1 

Returns 3 when the file is being accessed from a Wi-Fi network.