Question : In ADVPL what’s the difference: aArray1 := {“A”, “B”, “C”} aArray2 := aArray1 or aArray2 := aClone(aArray1) […]
Tag: advpl
Read a DBMS Procedure in ADVPL
Question : Is it possible to read a DBMS Procedure in ADVPL (TOTVS language) handling the return of a Cursor? […]
How to change the URL in the Microsiga Totvs application browser
Question : The default Microsiga Totvs page has its own default browser, what are the settings to allow the user […]
How to create an optional parameter in ADVPL?
Question : In several functions documented by Totvs there are optional parameters. I would like to create an optional parameter […]
Is there anything in ADVPL equivalent to the lambda function of Java?
Question : I’m servicing an ADVPL project. In it, I have some source files. Among these sources, I have an […]