in reply to Re: Problems Getting the Template Correct when Using unpack()
in thread Problems Getting the Template Correct when Using unpack()
I still have to work my way through these notes... Fanx!
...but to clarify what I was talking about re:
$data: !CI=427 Lamp dim state=2 SCATS=0.!
What I wrote was a mistake...
What I meant to say was: I show a "C" character (ASCII decimal 67, 0x43) at the start of the '$data' list of characters, when in the @data array you'll see it's actually a "special" character (ASCII decimal 128, 0x80).
I simply wasn't sure if the "special" character would upset some display thing if I included that unusual character in my posting... tha's all.
"Sorry about that, Chief...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Problems Getting the Template Correct when Using unpack()
by AnomalousMonk (Archbishop) on Oct 10, 2017 at 10:53 UTC | |
by ozboomer (Friar) on Oct 10, 2017 at 21:09 UTC |