public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
From: "Fabian Boucsein" <Fabian.Boucsein@gmx.de>
To: "Per Bothner" <per@bothner.com>
Cc: "Tom Bousso" <tombousso@gmail.com>, kawa@sourceware.org
Subject: Re: Kawa JTable String[][] arrays
Date: Fri, 10 Nov 2017 15:44:00 -0000	[thread overview]
Message-ID: <trinity-04a5af7c-37c2-44e1-bbbf-f72f1f5c74ff-1510328667207@3c-app-gmx-bs65> (raw)
In-Reply-To: <e8a06a71-d353-ba4d-2e38-5abb85955558@bothner.com>

Thank you very much Per and Tom.

Per's version works very fine for me. Although i think they should be almost the same. What does ::String[][]? And maybe could you explain the difference between string and String?

Kind regards,
Fabian


Gesendet: Donnerstag, 09. November 2017 um 19:14 Uhr
Von: "Per Bothner" <per@bothner.com>
An: "Tom Bousso" <tombousso@gmail.com>, "Fabian Boucsein" <Fabian.Boucsein@gmx.de>
Cc: kawa@sourceware.org
Betreff: Re: Kawa JTable String[][] arrays
On 11/09/2017 01:11 AM, Tom Bousso wrote:
> Hi Fabian,
>
> You can try something like this: (define data (String[][] (String[] "Japan"
> "245") (String[] "Abc" "345")))

Even better:

(define data::String[][] [["Japan" "245"] ["USA" "240"]])
--
--Per Bothner
per@bothner.com http://per.bothner.com/

  reply	other threads:[~2017-11-10 15:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-09  9:06 Fabian Boucsein
2017-11-09  9:11 ` Tom Bousso
2017-11-09 18:14   ` Per Bothner
2017-11-10 15:44     ` Fabian Boucsein [this message]
2017-11-10 16:02       ` Per Bothner
2017-11-09  9:35 ` Damien MATTEI

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=trinity-04a5af7c-37c2-44e1-bbbf-f72f1f5c74ff-1510328667207@3c-app-gmx-bs65 \
    --to=fabian.boucsein@gmx.de \
    --cc=kawa@sourceware.org \
    --cc=per@bothner.com \
    --cc=tombousso@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).