View Issue Details

IDProjectCategoryView StatusLast Update
0000468GC StudioCompilerpublic2024-04-11 06:30
Reporterevanvennn Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.01.09.2 
Target Version1.01.09.2Fixed in Version1.01.09.2 
Summary0000468: Strings: Need to define consistent and common string handlers for all variables.
DescriptionRevise type ToString(), type ToHex() and type ToBinary() functions with common naming
TagsNo tags attached.

Activities

evanvennn

2024-04-06 08:51

administrator   ~0000225

Revised type to String, type to hex and type to binary functions with common naming[1605]

Type to string functions are now:

  ByteToString() 127
  Str() Legacy 127
  WordToString() 32768
  Str() Legacy 32768
  LongToString() 2147483647
  Str32() Legacy 2147483647
  IntegerToString() -16384
  StrInteger() Legacy -16384
  SingleToString() 12345.67871093

Type to hexidecimal string functions

  ByteToHex() 0x7F
  Hex() Legacy 0x7F
  WordToHex() 0x8000
  LongToHex() 0x7FFFFFFF
  IntegerToHex() 0xC000
  SingleToHex() 0x4640E6B7

Type to binary string functions

  ByteToBin() 0b01111111
  WordToBin() 0b1000000000000000
  LongToBin() 0b01111111111111111111111111111111
  IntegerToBin() 0b010000000000000
  SingleToBin() 0b01000110010000001110011010110111

Issue History

Date Modified Username Field Change
2024-04-06 08:51 evanvennn New Issue
2024-04-06 08:51 evanvennn Status new => resolved
2024-04-06 08:51 evanvennn Resolution open => fixed
2024-04-06 08:51 evanvennn Note Added: 0000225
2024-04-11 06:25 angel-spartan Product Version => 1.01.09.2
2024-04-11 06:25 angel-spartan Fixed in Version => 1.01.09.2
2024-04-11 06:25 angel-spartan Target Version => 1.01.09.2
2024-04-11 06:30 angel-spartan Status resolved => closed