We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2007-11-13 02:59 PM
2007-11-17 12:36 PM
vistasp wrote:I did what Paulo wrote: went into the Character Map, selected the Superscript Two character, copied it onto the Clipboard and pasted it into the GDL. The ? character appeared only. I also tried entering ALT+0178 into the GDL Script and that did not work either.
It worked when I tried it - thank you Paulo. I didn't use the cut-paste method but directly put in the "²" character (Alt+0178 on a Windows system. BTW, "³" is Alt+0179).
Just out of interest, Laszo, what character were you using that returned a "?"
2007-11-17 12:39 PM
vistasp wrote:In both cases, the answer is: Probably there is no special reason except programmer error.
One thing cropped up during this issue which I don't understand. Actually there are lots of things I don't understand about GDL but...
1002: !*** Area unit strings if strstr (form, "sqm") then unit = " m2" if strstr (form, "sqcm") then unit = " cm2" if strstr (form, "sqmm") then unit = " mm2" if strstr (form, "sqmm") then unit = " mm2" if strstr (form, "sqf") then unit = " sq ft" if strstr (form, "sqi") then unit = " sq inch" return 1003: !*** Volume unit strings if strstr (form, "cum") then unit = " m3" if strstr (form, "cucm") then unit = " cm3" if strstr (form, "cumm") then unit = " mm3" returnIn the 2D script of the area units of the zone stamp, why is mm2 given twice? Additionally, in the volume units, how come there are no cubic feet or cubic inches?
2007-11-17 02:17 PM
laszlonagy wrote:Hi Laszlo, This is an intriguing problem...
I have English Windows XP SP2, that may be related.
SO I guess you guys are lucky it works on your systems.
2007-11-17 05:19 PM
vistasp wrote:I tried it with Arial, Times New Roman, it does not work.laszlonagy wrote:Hi Laszlo, This is an intriguing problem...
I have English Windows XP SP2, that may be related.
SO I guess you guys are lucky it works on your systems.
I'm using the English XP-SP2 too. Is your zone stamp using some fontotherthan a standard one like Arial/Times New Roman? Also, do you get the same result with Paulo's modified stamp?
One last shot. In plain old notepad, when you hold down ALT and type 0178. Do you get "²" or the same question mark?
2007-11-17 06:08 PM
2007-11-18 01:51 PM
2007-11-19 11:18 AM
2007-11-19 12:34 PM
2007-11-19 01:29 PM
2007-11-19 02:54 PM