Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- GetIt Reference Guide - syntax: n_splitn(<variablec>) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Syntax: N_SPLITN(<variableC>)

Returns name portion of variable name.

Example

? N_SPLITN("cust->ssno")
  SSNO
? N_SPLITN("company")
  COMPANY
? N_SPLITN("Arr[2]")
  ARR

Notes

N_SPLITN analyzes only the string passed as an argument.  It does not verify
that a field or variable of that name actually exists.

See Also: N_SPLITA N_SPLITE

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson