Hi, all !
How to check the equivalence of two objects (e.g. fonts) ?
Hi, all !
How to check the equivalence of two objects (e.g. fonts) ?
Natter,
I have not tried it, but you might try:
if(oObject1 = oObject2,.t.,.f.)
James
No, if you write oObject1 = oObject2 you'll get an error
Thank you ! My mistake was that to compare objects, I used the " = " sign, and it is necessary "=="