View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000468 | GC Studio | Compiler | public | 2024-04-06 08:51 | 2024-04-11 06:30 |
Reporter | evanvennn | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 1.01.09.2 | ||||
Target Version | 1.01.09.2 | Fixed in Version | 1.01.09.2 | ||
Summary | 0000468: Strings: Need to define consistent and common string handlers for all variables. | ||||
Description | Revise type ToString(), type ToHex() and type ToBinary() functions with common naming | ||||
Tags | No tags attached. | ||||
|
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 |
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 |