how to use defined() with strings like s$ (I think it's a bug)!
Code: Select all
s.s = "hallo"
t$ = "hallo"
Debug Defined(s, #PB_Variable)
Debug Defined(t, #PB_Variable)
Debug Defined(t$, #PB_Variable)
But perhaps I just don't see the reason for not using '#', then I would be
glad if somebody could tell me
