-
FlexPro
- Auf einen Blick
- Features & Optionen
- Einsatzgebiete
- Alle Vorteile
- Neu in FlexPro 2021
- FlexPro gratis testen
- FlexPro View OEM Freeware
- Kaufberatung
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produkte
- News
- Support
- Unternehmen
- Jobs
- Kontakt
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
Home > Community > FPScript > Using a string to access dataset > Antwort auf: Using a string to access dataset
August 8, 2013 um 12:09 pm Uhr
#12827

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.