Can you compile a script with:
(* A comment test with a pipe | *)
?
I faced this behavior a week ago. I had this comment : # par exemple, theProductSCPath = alias "Groups:sales:Selling Prices Categories:Fashion Accessories:Bags | Cases | Luggage | Pouches :Cosmetic & Toiletry Pouch:" and the compilation failed
For some reason, I had to reproduce the same comment at an other location in the script and bingo, the compilation process behaved well.
My understanding is that the number of pipe must be even.
I edited the comments this way : # La barre verticale a une fonction précise pour l'éditeur qui refuse de compiler s'il y en a un nombre impair. # Compte tenu de cette particularité, dans la ligne ci-dessous, l'une de ces barres a été remplacée par un I. # par exemple, theProductSCPath = alias "Groups:sales:Selling Prices Categories:Fashion Accessories:Bags I Cases | Luggage | Pouches :Cosmetic & Toiletry Pouch:"
Now, I may delete one of the comments and the compilation always works well.
Yvan KOENIG (VALLAURIS, France) dimanche 22 mars 2015 10:21:57
|