Question : In ADVPL what’s the difference: aArray1 := {“A”, “B”, “C”} aArray2 := aArray1 or aArray2 := aClone(aArray1)      […]

Question : Is it possible to read a DBMS Procedure in ADVPL (TOTVS language) handling the return of a Cursor? […]