(shaking my head in utter embarrassment...) 

The first time I tried to run these, I did use the wrong case and got an 
error.  For some reason, probably related to working on this at 3am, I thought, 
"oh, they must be subroutines, not functions" and turned them into subroutine 
calls.  Then, when I realized they were case sensitive, I never rewrote them as 
functions.

What was that acronym about the manual??


(Not sure whether I am more grateful and anxious to get work, or more 
embarrassed and wanting to legally change my name.)

Thanks so much!
Ron



________________________________
 From: Daniel McGrath <dmcgr...@rocketsoftware.com>
To: Boutilier Ron <ronb...@yahoo.com>; U2 Users List 
<u2-users@listserver.u2ug.org> 
Sent: Friday, June 8, 2012 6:09 PM
Subject: RE: [U2] Unidata 7.3 Personal Edition
 
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