I am receiving very many unused variable (warning #9) warnings
I've checked each of these and find that the variables are definitely used.
For example:
The variable ThisHeight is flagged as unused. Can you explain?
Thanks,
Rusty
I've checked each of these and find that the variables are definitely used.
For example:
B4X:
Dim ThisHeight As Int = rc.Height
If rc.Height < 1 Then 'in case the height wasn't set
rc.Height = RowHeight
ThisHeight = RowHeight + 20
End If
Thanks,
Rusty