Logic Basic Changelog

What's new in Logic Basic 1.0.49

May 1, 2018
  • Created the TotalFrames and CurrentFrame properties in the AnimatedGif command.
  • Correction in the Loop property to remove quiet period when restarting the sound.

New in Logic Basic 1.0.48 (Mar 14, 2018)

  • Created SendKey command, which sends a key to the active window as if typed on the keyboard.
  • Created the Line command that is identical to the Straight command.
  • Correction to avoid scientific notation on the return value of mathematical functions.

New in Logic Basic 1.0.47 (Nov 21, 2017)

  • Correction in the arrays index, to allow to enter expressions.
  • Created an optional argument in the Wait Events command, a value in milliseconds that lets you wait for this time without stopping the execution of the components, such as animated gifs.

New in Logic Basic 1.0.45 (Nov 2, 2017)

  • Created the FileLenght command that returns the length in bytes of a file.
  • Enhancements on the code debugger.

New in Logic Basic 1.0.44 (Oct 26, 2017)

  • Created the global variable CalcPrecision to enable or disable greater precision in calculations.

New in Logic Basic 1.0.43 (Oct 18, 2017)

  • Fixes in the sample programs so that they adapt to the latest version of LB.

New in Logic Basic 1.0.42 (Jun 27, 2016)

  • Created command MIDI to plays musical notes through the PC MIDI device.

New in Logic Basic 1.0.39 (May 20, 2016)

  • Improvements in some default animated gifs.
  • Error correction in the background images.
  • Improvement in functions to allow them to be called without return variable.
  • Error correction in ++, --, +=, -= operators when placed into local variables.

New in Logic Basic 1.0.25 (Apr 2, 2016)

  • Improvements and fixes on the WebCam component.
  • Correcting the Timer command to allow inform the interval with fractional values

New in Logic Basic 1.0.22 (Mar 5, 2016)

  • Correcting serious error that occurs when a program containing components was run a second time.

New in Logic Basic 1.0.21 (Feb 12, 2016)

  • Created the Lunar Phase component that presents or return the phase of the moon on a certain date.

New in Logic Basic 1.0.19 (Feb 4, 2016)

  • Fixed error in the Rep.END command on Linux environment.