Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Added support for "NULL" type in SRP_JSON.
  • Updated SRP_JSON to automatically determine type based on value when type is not specified.
  • Updated SRP_Com to support the SAFEARRAY type.
  • Fixed bug in SRP_Com where some COM objects whose type libraries were unavailable wouldn't work.

1.5.1

  • Fixed bug in SRP_JSON where extracting numeric values was causing a crash.

1.5

1.4.8

...

  • Added Options parameter to SRP_Encode.
  • Fixed SRP_Encode bug where encoding would not work correctly in some cases when UTF8 mode was enabled.

1.4.6

  • Fixed SRP_Extract_Xml bug where escaped sequences, such as "%amp;" were not being decoded when accessing the "text()" of an element.

1.4.5

  • Added SRP_Trim function for more advanced string trimming.

1.4.4

  • Fixed SRP_Math bug where the RANDOM operation would produce the same number if called too quickly.
  • Updated SRP_Math's RANDOM operation to allow caller to pass a minimum and maximum value.

1.4.3

  • Fixed SRP_Hash bug where it still would not return a hash value for empty input strings.

1.4.2

  • Added SRP Hash Table methods for high performance in-memory tables.
  • Fixed SRP_Hash bug where it would not return a hash value for empty input strings.

1.4.1

  • Added SRP_OI_To_Win32 method for easily converting BASIC+ values into Win32 datatypes.
  • Added SRP_Win32_To_OI method for easily converting Win32 datatypes into BASIC+ values.
  • Added SRP_Get_IdleTime method for easily detecting lack of user input.

1.4

  • Added SRP FastArray methods for high performance dynamic array manipulation.
  • Added SRP List methods for high performance single-dimensioned dynamic array manipulation.

...