Maybe it can, and just have't figured out how, but doing a flow-through library routine, I just had to define as STATIC 30 variables. I used 3 types for these, so it would have been nie to be able to do something like...
STATIC margin, scrollbar, cursor
instead of what is required...
STATIC margin.left, margin.right, margin.top, margin.bottom, scrollbar.top, scrollbar.bottom, scrollbar.index
etc., etc, etc.
It is neat that you can use TYPE in subs with QB64. I don't believe that was possible in QBasic, but it would be cool to be able to use TYPE in a STATIC statement, to cut down on typing in so many static variables in a sub.
Pete