Re: Checksum
- From: "Jeff Waite" <binxmi@xxxxxxxxx>
- Date: 2 Mar 2006 14:29:49 -0800
I'm a newbie to TCL. When I add the command "package require cksum",
I get the error "can't find package cksum." Is there a file I should
add to the server? If so, do you know where I can download it?
I'm trying to get a network operations software package called Priisms
to display alarm messages on an LED marquee. The command to change
the text on the sign is a series of hex numbers with a 16-bit checksum
at the end.
Bryan Oakley wrote:
You might need to add "package require cksum" to your code as well. It's
unfortunate that you need to do "package require cksum" but the commands
actually live in the crc namespace.
Out of curiosity, what's the point of this exercise? Is it homework?
.
- Follow-Ups:
- Re: Checksum
- From: Uwe Klein
- Re: Checksum
- References:
- Checksum
- From: Jeff Waite
- Re: Checksum
- From: Bryan Oakley
- Checksum
- Prev by Date: Re: Unwanted tablelist scrolling during cellconfigure
- Next by Date: Re: last element in string
- Previous by thread: Re: Checksum
- Next by thread: Re: Checksum
- Index(es):
Relevant Pages
|