• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Pass structure or array into a custom tag?

Guest
Jun 20, 2006 Jun 20, 2006

Copy link to clipboard

Copied

Is it possible to pass a CF structure or array to a custom tag (C++/MFC) as an argument? Is it possible to create a CF array or structure *from* a custom tag?

TOPICS
Advanced techniques

Views

249

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Jun 20, 2006 Jun 20, 2006

Copy link to clipboard

Copied

LATEST

Passing a structure out is as easy as using a period in the variable name in your SetVariable() call.

For example, pRequest->SetVariable ("SPP_zResults.bHadErroredPts", "0");
pRequest->SetVariable ("SPP_zResults.dMax", "3.14159265");


Passing a struct in may be just as easy, I haven't ever needed to try it.
Let us know if it works.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation