Juha Heinanen writes: > i have not been able to figure out, how to include " char in dsm > string. syntax doc does not say anything about it. > > i have tried many alternatives: > > - '"' does not produce anything > > - '\"' produces \" > > - "\"" produces \ > > - """" does not produce anything > > what is the working way?
to complete the thread, this shows the answer: set($msg = '"'); log(2, $msg); sets($msg = '"'); log(2, $msg); produces Sep 28 11:09:10 siika sems[25484]: [#7f30d8899700] [execute, DSMCoreModule.cpp:521] INFO: FSM: $msg '' Sep 28 11:09:10 siika sems[25484]: [#7f30d8899700] [execute, DSMCoreModule.cpp:521] INFO: FSM: $msg '"' -- juha _______________________________________________ Sems mailing list [email protected] http://lists.iptel.org/mailman/listinfo/sems
