v13, v15 & OS X 10.14

2019-08-24 Thread Chip Scheide via 4D_Tech
I just got a new, used iMac. it came with 10.14 installed. what is the functionality of 4D v13 and v15 with this OS? I know that they are not certified - but what is the real world compatibility? Thanks Hell is other people Jean-Paul Sartre

RE: Win32API setup woes

2019-08-24 Thread David Garrard via 4D_Tech
I am happy to report that with the help of the NUG, I was able to debug so that I now have this fixed. It was due to an error in the way I had the various directories laid out. Took me a while, but I was able to get everything aligned correctly with the insights from this group. Thank you

Re: _ as first character in Method Name [was 64 bit...]

2019-08-24 Thread Keisuke Miyako via 4D_Tech
Hello rhe extended 255 lengrh applies to form object names. ** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub:

Re: Regex expert needed??

2019-08-24 Thread Kirk Brooks via 4D_Tech
Maybe they do actually read the nug: https://kb.4d.com/assetid=78301 On Thu, Aug 22, 2019 at 1:13 PM Chip Scheide via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Given 2 strings, > I want to find, and return, the longest substring which is the same in > both, regardless where in either string the

Re: Regex expert needed??

2019-08-24 Thread Keith Culotta via 4D_Tech
That's great. It's fast, and reduces the number of searches. Keith - CDI // // Method: Suffix_Tree - from Wiki examples // - // INPUT1: Text - to compare // INPUT2: Text - to compare // INPUT3: Pointer - array of longest matches

Re: Regex expert needed??

2019-08-24 Thread John DeSoi via 4D_Tech
See https://en.wikipedia.org/wiki/Longest_common_substring_problem John DeSoi, Ph.D. > On Aug 24, 2019, at 10:48 AM, Keith Culotta via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > This version stands alone, and runs a little more efficiently. It's not been > tested in every way, but the

Re: _ as first character in Method Name [was 64 bit...]

2019-08-24 Thread Narinder Chandi via 4D_Tech
I was checking the docs on this point a couple of days ago. Method names are still limited to 31 characters but variable length up to 255 characters _should_ be possible if the database is running in Unicode mode. Why do I say _should_? Because in my current v17 conversion project (from v15) I

Re: Regex expert needed??

2019-08-24 Thread Keith Culotta via 4D_Tech
This version stands alone, and runs a little more efficiently. It's not been tested in every way, but the results are encouraging. Interesting problem. I can't think of a way to do it without comparing every character combination. The new "Split string" command would speed part of this up

Re: _ as first character in Method Name [was 64 bit...]

2019-08-24 Thread Jim Labos - infobase via 4D_Tech
I haven't started to look at v17. Are we still limited to 32 characters for Method and Variable names? - Jim Labos - infobase -- Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html ** 4D Internet Users Group