Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
NISP - Planning ID/Test ID
#tclsh 8.6 puts "Click on Run it (F8) !!!" proc test_id {planning_id} { set t [expr $planning_id >> 22] puts [format "planning_id: 0x%08X (%10i) -> test_id: %6i" $planning_id $planning_id $t] return t } ::test_id 0xF4000000 ::test_id 0xF4800000 ::test_id 0x74000000 ::test_id 0x74800000 ::test_id 0x5D000000 ::test_id 0x5D800000 puts "" ::test_id 4093640704 ::test_id 4102029312 ::test_id 1946157056 ::test_id 1954545664 ::test_id 1560281088 ::test_id 1568669696 puts "" ::test_id 4278190529 ::test_id 4278190513 ::test_id 4093640897
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Working for neg
Convert a collection to a list
NISP - Planning ID Unit Test
1
3
Working for neg
proc example {required {default1 А} {default2 Б} args} {...}
Perfect decimal to binary add
tcl to python list test
Perfect binary mul and even odd assign 2
stackse - search stackoverflow differently
Please log in to post a comment.