')'expected in line 4

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

')'expected in line 4

xiaoying966
Dear all here is my text. macro"计算结果概要"{ Area1=getResult("Area"); Perim1=getResult("Perim.); print("面积:"Area1); print("周长:"Perim1); print("单位:mm");} when i run it it says ')' expected in line 4.("面积:"Area1); Would very much appreciate some help if you can figure out whats going on! Thanks Andy