Re: [U2] TAB.TO.UNIVERSE

2011-12-13 Thread Kevin King
+1 for what David said. ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] TAB.TO.UNIVERSE

2011-12-13 Thread David A. Green
We should come up with some standards and collaboration guidelines. But until then here is a suggestion. Make it a subroutine and separate the logic from the interface. This way it can be used by everyone, the Desktop world, TCL world, or whatever interface. Here is a good generic method that w

Re: [U2] TAB.TO.UNIVERSE

2011-12-13 Thread Wols Lists
On 13/12/11 06:23, Ross Ferris wrote: You are going to end up with key in field 1 with your code Your assumptions in PRINT statements had also better let people know that column # corresponds to field number (with caveat from above) Would also suggest that CONVERT TAB.KEY to @FM IN T.ROW, Fo

Re: [U2] TAB.TO.UNIVERSE

2011-12-12 Thread Ross Ferris
You are going to end up with key in field 1 with your code Your assumptions in PRINT statements had also better let people know that column # corresponds to field number (with caveat from above) Would also suggest that CONVERT TAB.KEY to @FM IN T.ROW, Followed by a REMOVE for the key may be m