// Exemplo ArrayToString
tabListanumeros is array of 0 int ArrayAddLine(tabListanumeros,10) ArrayAddLine(tabListanumeros,5) //Coloca Array numa String
EDT_Texto = ArrayToString(tabListanumeros)
//Blog com Video e Exemplo
http://windevdesenvolvimento.blogspot.com.br/2016/12/aula-992-windev-array-004-arraytostring.html
https://www.youtube.com/watch?v=bno74xpyl5w
|