FlexPro
HistoryBase
Ingénierie
Formation
Téléchargements
Support FlexPro
Connaissance
Communauté
À propos de nous
Références
Emplois
Contact général
Liste des revendeurs
Support FlexPro
FR
DE
EN
Porte-plaquette
Produits et solutions
Support et téléchargements
Entreprise
Magazine
Contact
Langue
MyWeisang

Paramètres du compte.

Topic

Using a string to access dataset

Page d'accueil ' Communauté ' FPScript ' Utiliser une chaîne pour accéder à un ensemble de données

Voir les messages de 3 - 1 à 3 (sur un total de 3)
  • Auteur
    Messages
  • #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

Voir les messages de 3 - 1 à 3 (sur un total de 3)
  • Vous devez être connecté pour répondre à ce sujet.