Re: [U2] Command to show what kind of file in Universe - 32 or 64 bit?

2014-03-12 Thread Mike Hulls
I generalized this so it can be used in a recall statement. To implement, I created a I-desc subroutine that is called from a I-desc in a dictionary that I can deliver (in my case SYS.DICT). For example: SORT VOC WITH F1 = Q]F] AND @ID = [PDA] 32.64BIT USING DICT SYS.DICT The interesting line in

Re: [U2] Command to show what kind of file in Universe - 32 or 64 bit?

2014-03-12 Thread George Gallen
What happens if BITS = 32 or 64? Could that happen? In that case, neither of First two cases would hit, RESULT would still be a 32 or 64. George -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Mike Hulls Sent:

Re: [U2] Embedded help as hypertext

2014-03-12 Thread Jeff Schasny
The Universe 'HELP' (and HELP BASIC and HELP SQL) listings are all contained as records in the file 'HELP.FILE'. Creating a program to make an index page and html-ized versions of the individual items would be an easy project: LIST HELP.FILE PICK*SAVE.LIST TEXT 07:59:54am 12 Mar 2014 PAGE1

Re: [U2] Embedded help as hypertext

2014-03-12 Thread Bill Haskett
Then, someone did the following for D3. http://www.d3ref.com/ It's really too bad this isn't how U2 provides documentation, as it'd get indexed all over the internet, which would be good marketing, maybe. :-) Bill