Search found 1 match
- 13 Dec 2014 12:40
- Forum: User Help / Bug Reports
- Topic: eval and inline expressions
- Replies: 2
- Views: 7757
eval and inline expressions
Hello Forum, I try to replace a part of a string by using an inline expression and the eval function. I'm not sure, if this should work at all, but when I run the following script: gpx_metadata = '"<metadata>\n<name>{gpslogger_file}</name></metadata>"'; log(eval(gpx_metadata)); I get this error: 13....