-
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
String as a signal name in a FPScript formula
- Dieses Thema hat 2 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 20 Jahren, 10 Monaten von jasmina.zlender@erl16.siemens.de aktualisiert.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AutorBeiträge
-
Januar 12, 2004 um 10:20 pm Uhr #12536jasmina.zlender@erl16.siemens.deMitglied
There is a string in a FlexPro formula. How to call a signal that has the same name as the value of a string?
Januar 12, 2004 um 10:33 pm Uhr #8199jasmina.zlender@erl16.siemens.deMitgliedThere is a string in a FlexPro formula. How to call a signal that has the same name as the value of a string?
Januar 12, 2004 um 10:33 pm Uhr #8869Bernhard KantzTeilnehmerDo do that, you need to use the FPScript “Indirection” operator $“String”$. E g.:
$"\Data\Signal1"$ // equal to DataSignal1
Note that the backslash characters have to be doubled because the backslash is the escape character in FPScript strings!
You can use the indirection op to call functions also:
$"sin"$(1) // equal to sin(1)
Note that instead of literally specifying the string it is of course possible to use a variable which contains the string.
-
AutorBeiträge
Viewing 3 posts - 1 through 3 (of 3 total)
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.