On 2020-01-29 10:58, Tom Browder wrote:
On Wed, Jan 29, 2020 at 12:34 PM ToddAndMargo via perl6-users
<perl6-us...@perl.org> wrote:
On 2020-01-29 00:43, Tobias Boege wrote:
On Tue, 28 Jan 2020, ToddAndMargo via perl6-users wrote:
This all came up when I tried to match
...
     if $ValueData.^name  ne "Int"  || $ValueData < 0  {   # UInt gets
"boxed" to an Int
        $ErrStr = "ERROR: $SubName\n\n" ~
                  "   ValueData must be an Unsigned Integer when used
with $ValueType\n\n" ~
                  "   Cowardly exiting\n\n";
        say $ErrStr;
        WinMsg( "ValueData Error", $ErrStr );
        exit;
     }

Hmmmmm... I forgot the "Bummer Dude!"

Would you like to see the actual code?  I am not
posting it here as it is several hundred lines long

Todd, use your Github account to post real code. You can access your
account via a browser easily.

-Tom


hi Tom,

I know.

I am in eMail hell at the moment.  I am transitioning
over a customer from one server to another and running
afoul of

[Bug 538375] When attempting to copy or move large numbers of local messages to an IMAP server, it fails without any error or status message
https://bugzilla.mozilla.org/show_bug.cgi?id=538375

So I should stop goofing off and get to migrating

-T

Reply via email to