> Le 21 mai 2017 à 19:51, Jim Dorrance via 4D_Tech <[email protected]> a 
> écrit :
> 
> Merci.... As a longint?

No, I've just drawn a variable rect, and in properties named="object", 
type=none. 
Then I use it like this:
  (object get pointer (named object;"object"))->:=$someObject_o  //write
  $someObject_o:=object get pointer (named object;"object")->  //read
In the display, I don't see nothing but it works.

I must mention this app is not compiled, so in this context I'd add this on 
load:
  $obj_p:=object get pointer (named object;"object")->
  c_pointer($obj_p->)

If all above fails, stringify into a text variable instead. 

-- 
Arnaud de Montard 



**********************************************************************
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