05-16-2013 02:57 PM
Wonderful.
Thank you guys.
Didn't know this function.
Regards 😄
05-17-2013 08:09 AM
@crossrulz wrote:
Like this.
Still, A bit R-Gish when you only need:
(Handles optionally ignoring case of the delimiter too)
05-17-2013 09:02 AM
@JÞB wrote:
@crossrulz wrote:
Like this.
Still, A bit R-Gish when you only need:(Handles optionally ignoring case of the delimiter too)
The advanced string functions really need to be promoted to the palette. And I really need to start using them as well. Make people freak out by using hidden functions. And that one there is one I could use all the time.
05-17-2013 09:33 AM
just a tip
05-18-2013 02:38 PM - edited 05-18-2013 02:39 PM
Basically, we have a few boolean arrays and are trying to count how many are true. (Typically a near atomic operation "boolean to to (0,1)" + "add array elements").
Here is a small part of a FOR loop that tries to to about the same in the RG way. 😄
Yes, the actuall code is significantly larger, see for yourself!
05-20-2013 10:28 AM - edited 06-03-2013 01:37 PM
Q: Help! I am running out of memory quickly!
A: Aha! Why don't I simply add a delay so it runs out of memory more slowly! Genius!
(paraphrasing from here)
05-27-2013 01:20 PM
@altenbach wrote:
Basically, we have a few boolean arrays and are trying to count how many are true. (Typically a near atomic operation "boolean to to (0,1)" + "add array elements").
Here is a small part of a FOR loop that tries to to about the same in the RG way. 😄
Yes, the actuall code is significantly larger, see for yourself!
There's a bug in the code... Can you find it?? THere's a -1 in (at least) one of the False case(s). Maybe it's not a bug.... maybe it was intentional... OMG!! What code!!
05-27-2013 07:22 PM
@Ray.R wrote:
What code!!
How does it cope with a full block diagram cleanup?
05-28-2013 01:38 AM
05-28-2013 02:02 AM
It also stops when it's empty...