Topic
Using a string to access dataset
- This topic has 2 replies and 2 voices and was last updated 11 years, 9 months ago ago by Michael Kaufmann.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
08.08.2013 at 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 at 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 at 08:09 #33561Bernhard KantzParticipantIn this case you can use the [b]Indirection Operator $$[/b].
Example:
[code]
…
$Test$
…
[/code] -
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.