[JPR]

Hi Bob, 

> And, how about the obvious:  3D Print Money ($Currency; $amount)
You don't have it ? I'm surprised, I use it for a while now... Let me check...

Ah, I understand, it has been an undocumented command, working only until 2016, 
Dec 31st.You should have used it before...

Anyways, it has been replaced by a new command, much more powerful. In V16R??, 
have a look in the topic "Spock resources", in 4D_V16_Language.pdf, (the 
computer date must be set to Friday, 13th (like today)), and you will find it:

C_OBJECT($parameter,$result)
GET HELLUVA ($what;  $parameter ;$result; {*})

where:
$what           Longint -> One of the following constant:
        • Banknotes (In $parameter, pass the properties:
                - "Currency", (3-letter international code, like "$US" or "EUR")
                - "Face_value" (Longint) (Note: Results are better if multiple 
of 10 like 50, 100, 500 are used, instead of 12, 33, or 666)
                - "Number" (Longint)

        • SisterSoul (In $parameter, pass the properties:
                - "Sex", (Decimal boolean value, between 0,00 and True)
                - "Height" (Object with 3 Longint properties "Max", "Min", 
"Preferred")
                - "Weight" (Object with 3 Longint properties "Max", "Min", 
"Preferred")
                - "IQ" (Object with 3 Longint properties "Max", "Min", 
"LessThanMe")

        • Health (In $parameter, pass the properties:
                - "Level", (Real between 0 and 1, with 0 = Very good, and 1 = 
Much more than perfect)

        • Luck level (In $parameter, pass the properties:
                - "Level", (Real between 0 and 1, with 0 = Very good, and 1 = 
Much more than perfect)

$parameter      Object (see above)
$result                 Object (Use OB GET PROPERTY NAMES to find out the 
different properties filled by the command)
{*} No use, but a 4D Command becomes a real 4D Commande only after getting a * 
parameter, otherwise it looks unfinished...

Nice command, I think...

My very best,

JPR

> On 12 Jan 2017, at 21:00, [email protected] wrote:
> 
> Date: Thu, 12 Jan 2017 08:51:06 -0800
> From: Robert McKeever <[email protected]>
> To: 4D iNug Technical <[email protected]>
> Subject: Re: OB commands, confirming a few points
> Message-ID: <[email protected]>
> Content-Type: text/plain;     charset=utf-8
> 
> And, how about the obvious:  3D Print Money ($Currency; $amount)
> 
>> On Jan 11, 2017, at 10:26 PM, JPR <[email protected]> wrote:
>> 
>> [JPR]
>> 
>>> Thanks for confirming what I'd feared, that there are missing features and
>>> that they've been missing for several years.

**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:[email protected]
**********************************************************************

Reply via email to