Home > Community > FPScript > Using a string to access dataset > Antwort auf: Using a string to access dataset

#12827
Michael KaufmannMichael Kaufmann
Teilnehmer

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 = ‘ZZ\XX\yy'[0]

Thanks for helping.