this simple operation generates an error in the compilation
B4X:
LS1.Padding=Array (6.7%x ,0dip,0dip,0dip) [\CODE]
in the forum I found this solution
[CODE]
Sub IntToDIP(Integer As Int) As Int
Dim DIP As Int
DIP = Integer * 1dip
Return DIP
End Sub
[\CODE]