Homepage › Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › A bug in Xlate?? › Reply To: A bug in Xlate??
August 3, 2012 at 6:52 pm
#57844
Eric Fortenberry
Participant
Here are the steps to repeat the problem:
1. Add a CONCAT action to an Xlate.
2. Set the separator to a single backslash ().
3. Save.
4. Reload the Xlate.
After reloading the Xlate, you will probably see the separator of the CONCAT action set to double backslashes (\).
The tricky part is that the problem doesn’t show up until you reload/reopen the Xlate. The IDE appears to be saving the separater as a TCL-escaped string, but when the IDE reads the Xlate file, it appears to be reading the value literally.
Thanks,
Eric