From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!news.glorb.com!news2.glorb.com!news.netfront.net!not-for-mail From: Bruno Newsgroups: comp.lang.ada Subject: Conversions Date: Mon, 26 Oct 2009 19:27:48 +0000 Organization: Netfront http://www.netfront.net Message-ID: <1256585268.3272.14.camel@HERMES> References: <4acc8c20$0$284$14726298@news.sunsite.dk> <4acdb7aa$0$283$14726298@news.sunsite.dk> NNTP-Posting-Host: 88.8.232.219 Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: adenine.netfront.net 1256585338 10815 88.8.232.219 (26 Oct 2009 19:28:58 GMT) X-Complaints-To: news@netfront.net NNTP-Posting-Date: Mon, 26 Oct 2009 19:28:58 +0000 (UTC) In-Reply-To: <4acdb7aa$0$283$14726298@news.sunsite.dk> X-Mailer: Evolution 2.22.3.1 Xref: g2news2.google.com comp.lang.ada:8794 Date: 2009-10-26T19:27:48+00:00 List-Id: Hi all, I have a little problem with a function that "convert" a date, that is a record type, into a string. To do this I'm using "image" attribute how can you see in the following code http://paste.ideaslabs.com/show/5KEJUGcDF but when run the program and the function is executed a get an "constraint error". The compiler show me a message that say that the size is too long but I don't know what to do. How can I repair this error? Thanks,