Basic4GL Changelog

What's new in Basic4GL 2.5.5

Feb 9, 2010
  • Can now dim and assign variables in the same statement. E.g:
  • dim a = 1, b$ = "Hello"
  • dim m#(3,3) = MatrixIdentity()
  • Added functions to tweak network connection settings (advanced).
  • See network guide for more information.