regapp
regapp
regapp(nomeApplicazione: stringa) --> nil
Registra una applicazione xData. nomeApplicazione è una tabella.
La stringa in ingresso può essere sia standard LUA 4 che unicode.
es.
tabApp = {}
tabApp.xDataApp = "apcLegdis"
regapp(tabApp.xDataApp)
Esempio 1. Esempio regapp
regapp("QS_TEST_APP", 1)
print("\nregapp('QS_TEST_APP', 1): OK")
Created with the Personal Edition of HelpNDoc: Full-featured Documentation generator