<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'>Hi,<br><br>I have troubles with the handling of constants using ~{}. Gmsh sends me a syntax error (~) when I try to define a series of x_i constants using:<br><br>For i In {1:n}<br> x~{i} = i;<br>EndFor<br><br>However, I can print out and manipulate the constants using ~{} once I have previously defined each one of them individually: x_1 = ; x_2 = ; etc.... Is it a bug?<br><br>Gmsh version: 2.5.1 on ubuntu 12.04<br><br>Best,<br><br>Frederic<br></div></body></html>