Wish Error 5: Variable declaration type missing for "Types"

Mashiane

Expert
Licensed User
Longtime User
Noted and thanks, on the bright side, not declaring variable types is 'bad' programming (according to whose standards? lol) and I keep forgetting at times and make these silly mistakes, then Boom, run my app with BANano and all hell breaks loose until I fix the variable types.

Funny because it does pick it up on the second type you have declared and assumes a string will be used, and not on the first type for OffsetXSmall.

Thanks anyway, will keep on learning.
 
Top