Hello,
 
I don't understand how to deal with the value of variables : I have 3 variables defining mesh size (a= 1, b=2, c=10). Mesh is OK and I want to export this mesh with the values of variables in the file name. I tried :
Save StrCat("model", a, "_", b, "_", c, ".inp"); returns a syntax error.
How can I extract the value of each variable to create a string ?
 
Thank you.
Regards,
 
Fabrice.
 
 
_______________________________________________
gmsh mailing list
[email protected]
http://onelab.info/mailman/listinfo/gmsh

Reply via email to