Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

I have been digging through help and cannot find the answer to this -

When using the Get(SystemNICAddress) calc, what happens if the machine has TWO network cards, or one hardwire and one wireless?

Suppose both are active? or the machine is a laptop and sometimes uses the hardwire, and sometimes the wireless?

IS there a way to specifiy WHICH nic to get, or somehow get ALL nic addresses?

If there are more than one, it gets both (return-delimited). I don't know about the order in which it gets the path. You could use GetValue ( ) and ValueCount ( ) to get the last value in the list.

  • 2 weeks later...
  • Newbies

If you want the first address listed, try Left ( Get ( SystemNICAddress ) ; 17 ). If you want the second address listed, try Right ( Get ( SystemNICAddress ) ; 17 ). Or, if you want to check either NIC, you can do something like (PatternCount((Get(SystemNICAddress));YOURFIELD))=1 where "your field" is whatever you want to check the NIC against. Basically this is saying, if ANYTHING in the ( Get ( SystemNICAddress ) matches yourfield, then true/pass the test.

Won't Left ( ) fail if the value isn't 17 characters? Since it's a return-delimited list, simply use GetValue ( ValueCount ( Get ( SystemNICAddress) ) ) to grab the last value in the list.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.