Re: Multiple Values within Multi-Value Fields...



ED DICT IC R.CM

001 I
002 RAISE(TRANS(CM,FIELD3DICTNAME,@RECORD,'X'))
003 ...ETC

ED DICT IC WHATEVER

001 I
002 EXTRACT(R.CM,1,2,2)
003 ...ETC

make as many whatevers as you need



Russ wrote:
OK - I think you can stop worrying about me - this is what I wrote:

001 SUBROUTINE HELLO(outp,inp)
002 CM.ITEM = ""
003 OPEN "CM" TO CM.FILE ELSE STOP 201, "CM"
004 CM.ID = inp
005 READ CM.ITEM FROM CM.FILE,CM.ID THEN
006 outp = CM.ITEM<22,2,2>
007 END ELSE
008 END
009 RETURN

and it seems to work just fine.  If you think there's a better way you
can write me back, if not, well all I can say is thank you for all your
help!!!

Russ


.



Relevant Pages

  • Re: parallel port programming simple problem
    ... inp as _inp; ... outp as _outp ... (Register Select) ... 'outportb': undeclared identifier ...
    (comp.lang.c)
  • Re: Function inp / outp
    ... is outp and inp the fastest way to communicate with the interface, ...
    (comp.lang.c)
  • Re: shift register
    ... signal inp: std_logic; ... signal clr: std_logic; ... signal outp: std_logic; ... clk => clk, ...
    (comp.lang.vhdl)
  • Re: vb.net brCall to Rule Module in D3 using ODBC
    ... 004 WRITE INP ON F.TEMP,"INP" ... d3Rule.brCall(ref ruleParams); ... catch (Exception ex) ... Also make sure your subroutine in D3 is flash compiled. ...
    (comp.databases.pick)
  • InPort and OutPort
    ... I/O ports in CF like Inp and Outp. ... I have an app that ...
    (microsoft.public.dotnet.framework.compactframework)