FlexPro
HistoryBase
Engineering
Training
Downloads
FlexPro Support
Knowledge
Community
About us
References
Jobs
General Contact
List Of Retailers
FlexPro Support
EN
DE
FR
Placeholder
Products and Solutions
Support and Downloads
Company
Magazine
Contact Us
Language
MyWeisang

Account settings

Topic

Using a string to access dataset

Home page Community FPScript Using a string to access dataset

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #33560
    Michael Kaufmann
    Participant

    Hello,

    is it possible to use a string which I get when using e.g. “ThisFPObject.ParentFolder.BlendedInSubfolder.Name” to point to a dataset?

    Example:

    Dim Test

    Test = ThisFPObject.ParentFolder.BlendedInSubfolder.Name : “\” : “XX\yy”[0]

    should work like

    Test = ‘ZZXXyy'[0]

    Thanks for helping.

    #33562
    Michael Kaufmann
    Participant

    Hello,

    is it possible to use a string which I get when using e.g. “ThisFPObject.ParentFolder.BlendedInSubfolder.Name” to point to a dataset?

    Example:

    Dim Test

    Test = ThisFPObject.ParentFolder.BlendedInSubfolder.Name : “\” : “XX\yy”[0]

    should work like

    Test = ‘ZZXXyy'[0]

    Thanks for helping.

    #33561
    Bernhard Kantz
    Participant

    In this case you can use the [b]Indirection Operator $$[/b].

    Example:
    [code]

    $Test$

    [/code]

    support@weisang.com

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.