Code : Tout sélectionner
Dim *tab.Long(1)
*tab(0) = @a
*tab(1) = @b
a = 11
b = 53
Debug *tab(0)\l
Debug *tab(1)\l
Code : Tout sélectionner
NewList *list.Point()
AddElement( *list() )
*list() = @a.Point
a\x = 82
a\y = 67
Debug *list()
Debug *list()\x
Debug *list()\y