On Sat, Nov 5, 2016 at 1:26 PM, Peter Mew <[email protected]> wrote:
> And then do array to list? > Thanks > -pm > Yes, you could do that. Instead of storing an array of pointers in a list, you've text values that look like this: 015001 015003 015005 015023 etc. You can spin those into an array and then to a list, sure. Here's the core code from FIELD_PtrToID: C_TEXT($0) C_POINTER($fieldPtr_P;$1) $fieldPtr_P:=$1 $0:=String(Table($fieldPtr_P);"000")+String(Field($fieldPtr_P);"000") -- Douglas von Roeder 949-336-2902 ********************************************************************** 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] **********************************************************************

