I use:
  • str (locally declared in a sub)
  • mstr (decalared at the top of a module)
  • pstr (passed to a function/sub)
  • gstr (declared golabally in a module)

obviously str can be replaced by lng, int, bln etc.

Woka