Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community

At 24 APR 1998 03:04:48PM Steve C. wrote:

In a stored procedure

I want to create the equivalent to:

.

Variable={FIELDNAME1}

.

I have an array of fieldnames such as:

ARRAY=FIELDNAME1'FIELDNAME2'FIELDNAME3";  where '=@fm

I need to programmatically do this:

FOR X=1 TO COUNT

Variable={":ARRAY:"}"

NEXT X

But needless to say this doesn't work…

I get Variable={FIELDNAME1}" instead of the Variable=the @Record info.

Anyone have a suggestion on how to get this to work….

ARRAY will change, so I can't hard code the @Record in the

program…. and I also need to access symbolic dict. items as well.

TIA… Steve C.


At 24 APR 1998 04:56PM Andrew P McAuley wrote:

Use the CALCULATE function - ensure @Record, @Dict and @Id are loaded.

[email protected]

Sprezzatura Ltd

World Leaders in all things RevSoft


At 24 APR 1998 05:40PM Steve C. wrote:

Thanks… That does it.

Steve C.

View this thread on the forum...

  • third_party_content/community/commentary/forums_nonworks/72458482345a4f72852565f00068cf4a.txt
  • Last modified: 2023/12/28 07:40
  • by 127.0.0.1