Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

Bloco de código
languagecpp
themeEclipse
titleExemplo 1
linenumberstrue
collapsefalse
#INCLUDE "TOTVS.CH"

USER FUNCTION Exemplo()
	Local oAuthMap
	Local aList
	 
	oAuthMap:= GetAuthArgs()
	oAuthMap:List(@aList)
	
	VarInfo("AuthArgs", aList)
RETURN

//SAIDA:
//
//AuthArgs -> ARRAY (    1) [...]
//     AuthArgs[1] -> ARRAY (    2) [...]
//          AuthArgs[1][1] -> C (    4) [ECPF]
//          AuthArgs[1][2] -> C (   11) [83405658691]

Abrangência

A partir do build 7.00.131227A

Veja também