Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <ve8s3c$37160$1@dont-email.me>
Deutsch   English   Français   Italiano  
<ve8s3c$37160$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Manfred Stelzhammer <manfred@antispam.at>
Newsgroups: comp.lang.tcl
Subject: Re: tablelist itemtodict
Date: Thu, 10 Oct 2024 17:32:59 +0200
Organization: A noiseless patient Spider
Lines: 22
Message-ID: <ve8s3c$37160$1@dont-email.me>
References: <ve3m5v$2865q$1@dont-email.me> <ygar08qfsjl.fsf@akutech.de>
 <ve407k$2865q$2@dont-email.me> <ve5idk$5uus$1@tota-refugium.de>
 <ve5itq$5uus$2@tota-refugium.de> <ygafrp5fsrt.fsf@akutech.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 10 Oct 2024 17:33:00 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="9a32bad9fdf47458866af6cf58f9d077";
	logging-data="3376320"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/3LSgzOy4Ijt0ht8aC2RsbkayJ92FbvYw="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:qfnNtpUJwNHEmw6CGh2EXLGwL78=
Content-Language: en-US
In-Reply-To: <ygafrp5fsrt.fsf@akutech.de>
Bytes: 1802

Thank's for the answers

Manfred

Am 09.10.24 um 12:57 schrieb Ralf Fassel:
> * nemethi <csaba.nemethi@t-online.de>
> | > The itemtodict subcommand expects as its first argument an item
> | > (i.e., a
> | > list of elements), not an item index.  To get and print the desired
> | > dict, use
> | >      puts "itemtodict : [.tbl itemtodict [.tbl rowcget 0 -text]]"
> | > or
> | >      puts "itemtodict : [.tbl itemtodict [.tbl get 0]]"
> | >
>>
> | Oops, I have basically written the same as Ralf.  It was not before
> | posting my answer that I saw Ralf's one.
> 
> Always good to get confirmation from *the* boss himself ;-)
> 
> R'