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_splita(<variablec>) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Syntax: N_SPLITA(<variableC>)

Returns alias-> portion of variable name.

Example

? N_SPLITA("cust->ssno")
  CUST
? N_SPLITA("company")
  <null string>
? N_SPLITA("m->mssno")
  M

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.

The alias clause is returned without the "->" connecter.

See Also: N_SPLITN N_SPLITE

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