We don't restrict the language API features in the PE editions. By default, 
commands are case sensitive. You can compile with the -I flag to make it case 
insensitive.

Try compiling the following to confirm all is okay:

   $INCLUDE INCLUDE UDO.H
   ret = UDOCreate(UDO_OBJECT, handle)
   ret = UDOSetProperty(handle, 'account', @WHO)
   ret = UDOGetProperty(handle, 'account', var, type)
   CRT var

Regards,
Dan


-----Original Message-----
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Boutilier Ron
Sent: Friday, June 08, 2012 1:28 PM
To: U2-Users@listserver.u2ug.org
Subject: [U2] Unidata 7.3 Personal Edition

Hi everyone, 


Always a pleasure to read the useful advice and varying personalities on this 
list.


I have recently installed the Unidata 7.3 Personal Edition.  As I have been out 
of Pick for a few years, I wanted to brush up on old skills and check out the 
latest enhancements.

Unfortunately, when I tried to work with 2 of the Unibasic extensions that 
interest me, the SOAP and XDOM features, the commands were unavailable.  The 
INCLUDE files are present, but when I try to run any of the subroutines, they 
are not found.  I am guessing this is what Rocket means by "limited 
functionality".

Does anyone have experience with the Unidata PE and what commands are not 
available?  Is this something I am not doing?  


Thanks for any help.  (and per an earlier discussion, yes, I have poured over 
the manuals.) Ron _______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to