Portable Decimal Basic Changelog

What's new in Portable Decimal Basic 7.5.7

Nov 7, 2011
  • Fixed the bug that ASK PIXEL SIZE retuned negative numbers in inverted coordinates.

New in Portable Decimal Basic 7.5.6 (Nov 7, 2011)

  • Fixed the bug that MAT INPUT for a varibale length vector yielded EXTYPE 7318.

New in Portable Decimal Basic 7.5.5 (Jun 3, 2011)

  • Corrected the behavior of CHARACTER INPUT NOWAIT.
  • Modified the behavior of SET DRAW MODE EXPLICIT.

New in Portable Decimal Basic 7.5.4 (Jun 3, 2011)

  • Fixed the bug LOCATE CHOICE and LOCATE CHOICE(1) was not identical.
  • LOCATE VALUE(2), .. , LOCATE VALUE(5) added.

New in Portable Decimal Basic 7.5.3 (May 17, 2011)

  • Fixed the bug PLOT statements could have both single complex coordinates and coordinate pairs.

New in Portable Decimal Basic 7.5.2 (May 17, 2011)

  • Fixed the bug PRINT and INPUT could be used in the channel opened with RECTYPE CSV.
  • Fixed the bug the values that the string variable in a ASK PIXEL ARRAY got were reversed.
  • Fixed the bug MAT PLOT CELLS did not draw the cell to which the color index was incorrect.
  • Improved the performance in the input of a file that has long records.

New in Portable Decimal Basic 7.5.1 (May 17, 2011)

  • Added RECTYPE CSV.
  • Fixed the bug MAT PLOT CELLS did draw images at wrong positions in a viewport.

New in Portable Decimal Basic 7.5.0 (May 17, 2011)

  • Added 3 original enhancements, 4-dim arrays, complex number coordinates in PLOT statements, and point styles 6 and 7.

New in Portable Decimal Basic 7.4.7 (May 17, 2011)

  • CSV files which contains null numeric items was made to be able to be read as internal files.

New in Portable Decimal Basic 7.4.6.3 (May 17, 2011)

  • Fixed the bug string variables in local or external procedures caused memory leaks.

New in Portable Decimal Basic 7.4.6.2 (May 17, 2011)

  • Fixed the bug that a REMAINDER function caused an internal error on the rational operation mode.

New in Portable Decimal Basic 7.4.6.1 (May 17, 2011)

  • Fixed the bug that a program including an incorrect nest of block structures caused an internal error on compiling.

New in Portable Decimal Basic 7.4.6 (Apr 14, 2010)

  • Fixed the bug of power operations on the decimal or 1000-digit decimal mode.
  • Revised the description of the specification in the help.

New in Portable Decimal Basic 7.4.3 (Jan 17, 2010)

  • PLOT TEXT was made cope with projective transformation.

New in Portable Decimal Basic 7.3.5 (Jan 17, 2010)

  • Fixed the bug that huge number operation was wrong on the RATIONAL mode.

New in Portable Decimal Basic 7.3.4 (Jan 17, 2010)

  • Fixed the bug that an array redimension on Binary Mode changed the MAXSIZE.

New in Portable Decimal Basic 7.3.0 (Jan 17, 2010)

  • Fixed the bug that COMB function on the rational mode returns 1 if the argumants are out of the range.
  • Virtual memory management modified.
  • Supported over 4GB files.

New in Portable Decimal Basic 7.2.8 (Jan 17, 2010)

  • Fixed the bug that a channel argument passed with #0 raised an exception.

New in Portable Decimal Basic 7.2.7 (Jan 17, 2010)

  • Fixed the bug that a parameter for a string function that is an indexed string variable followed by a substring modifier caused a syntax error.

New in Portable Decimal Basic 7.2.1 (Jan 17, 2010)

  • Fixed the bug that the statements preceded by a when-use-name-block were not executed.

New in Portable Decimal Basic 7.2.0 (Jan 17, 2010)

  • The own variables of for-blocks in a local procedure have been changed to be located as local variables of the local procedure.

New in Portable Decimal Basic 7.1.4 (Jan 17, 2010)

  • Added an enhanced statement SET BEAM MODE.