quarta-feira, 18 de setembro de 2024

FileToArray - VIDEO 4135 - Webdev 2024 - Webdev - FileToArray - 045

FileToArray - VIDEO 4135 - Webdev 2024 - Webdev - FileToArray -  045









material_estrutura is Structure 
materialId is int 
nome is string
quantidade is currency
END
linha_material_estrutura is material_estrutura 
array_material is array of material_estrutura
FileToArray(array_material,material)

TABLE_tabela.DeleteAll()
FOR EACH ELEMENT stlinha OF array_material
linha is int=TABLE_tabela.AddLine()
TABLE_tabela[linha].COL_Column1=stlinha.materialId
TABLE_tabela[linha].COL_Column2=stlinha.nome
TABLE_tabela[linha].COL_Column3=stlinha.quantidade
END




Json

tabela


00:00:00 Introdução
00:00:06 Criando botao filetoarray
00:00:21 Codigo filetoarray 
00:02:18 Testar pagina 
00:02:29 Propagandas e Video Encerramento




Teste

Teste
teste