Difference between revisions of "Talk:DEBUG CHANNEL"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== Hex to Decimal == | == Hex to Decimal == | ||
Is 0x7FFFFFFF == 2147483647 or -1? The reason I ask is that in [[llListFindList]] the HoverText on the value -1 shows "negative one, 0x7FFFFFFF". [[User:Cron Stardust|Cron Stardust]] 22:41, 3 March 2007 (PST) | Is 0x7FFFFFFF == 2147483647 or -1? The reason I ask is that in [[llListFindList]] the HoverText on the value -1 shows "negative one, 0x7FFFFFFF". [[User:Cron Stardust|Cron Stardust]] 22:41, 3 March 2007 (PST) | ||
:Good catch, sorry for the mistake, anything that uses [[Template:LSL Hex]] is correct, that template calculates it's own values when given only a single value. It should say "negative one, 0xFFFFFFFF" (so I corrected it). [[User:Strife Onizuka|Strife Onizuka]] 13:25, 4 March 2007 (PST) |
Revision as of 13:25, 4 March 2007
Hex to Decimal
Is 0x7FFFFFFF == 2147483647 or -1? The reason I ask is that in llListFindList the HoverText on the value -1 shows "negative one, 0x7FFFFFFF". Cron Stardust 22:41, 3 March 2007 (PST)
- Good catch, sorry for the mistake, anything that uses Template:LSL Hex is correct, that template calculates it's own values when given only a single value. It should say "negative one, 0xFFFFFFFF" (so I corrected it). Strife Onizuka 13:25, 4 March 2007 (PST)