Data una struttura tipo
Come posso trovare la lunghezza di un campo a scelta?codice:Structure RecordInput <VbFixedString(50)> Dim Campo1 As String <VbFixedString(25)> Dim Campo2 As String <VbFixedString(10)> Dim Campo3 As String End Structure Dim RI As RecordInput
Per esempio per RI.Campo2 devo riuscire a trovare "25"
Grazie
![]()