2005-02-02 03:15 PM
2005-02-02 03:27 PM
2005-02-02 03:55 PM
Fmr wrote:Sorry I should have mention that before. When trying that I get an error saying "String type expression required".
Hello
Try "fillw = STW (pitch) / 1000 * A_"
2005-02-02 04:28 PM
compteur=""
Request ("ID_of_Main","",compteur)
compteur=pre+compteur+suf
define style "style_compteur" helvetica,c,5,0
set style "style_compteur"
text2 0,0,compteur
haut=0
Request ("Height_of_style","style_compteur",haut)
a=stw(compteur)/1000*A_
2005-02-02 07:14 PM
2005-02-02 08:38 PM