Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Firefox action by trigerring actions.
#6
Some types that can allocate much memory have a function like str.all. To free ARRAY, call redim or assign 0.
To easily free a variable of a user defined type (any type) without explicitly freeing each member: assign an empty variable of same type.

TYPE var
...
;free var
TYPE _empty; var=_empty


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)