Topic
Using a string to access dataset
Page d'accueil ' Communauté ' FPScript ' Utiliser une chaîne pour accéder à un ensemble de données
- Ce sujet contient 2 réponses, 2 participants et a été mis à jour pour la dernière fois par Michael Kaufmann, le il y a 11 années et 11 mois.
-
AuteurMessages
-
08.08.2013 à 12:09 #33560Michael KaufmannParticipant
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.
08.08.2013 à 12:09 #33562Michael KaufmannParticipantHello,
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.
09.08.2013 à 08:09 #33561Bernhard KantzParticipantIn this case you can use the [b]Indirection Operator $$[/b].
Example:
[code]
…
$Test$
…
[/code] -
AuteurMessages
- Vous devez être connecté pour répondre à ce sujet.