-
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
Variable in signal path
- Dieses Thema hat 1 Antwort sowie 2 Teilnehmer und wurde zuletzt vor vor 7 Jahren, 3 Monaten von Bernhard Kantz aktualisiert.
Viewing 2 posts - 1 through 2 (of 2 total)
-
AutorBeiträge
-
Juli 27, 2017 um 4:36 pm Uhr #16207HerveM1234Teilnehmer
Hi,
I would like to use a variable instead of the path name when calling a function.
ie :
Result = MyFunction(‘FolderA\Signal1’)
works fine
but
Dim Fld = “FolderA\”
Result = MyFunction(Fld :: Signal1)
doesn’t work –> syntax problem
Thanks for Help
Juli 28, 2017 um 9:54 am Uhr #16209Bernhard KantzTeilnehmerYou can use the indirection operator $string-expression$ to access an FlexPro object from its (path) name given as a string:
Dim Fld = "FolderA\\" $Fld : "Signal1"$
accesses the object ‘Signal1’ in ‘FolderA’ relative to the path of the formula containing the expression. Note the double backslash, it is necessary because the \ acts as escape character.
-
AutorBeiträge
Viewing 2 posts - 1 through 2 (of 2 total)
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.