my_fmt = new TextFormat();
my_fmt.bold = true;
my_fmt.align = "center";
h = testo.getTextFormat();
h.align = "center";
testo.setTextFormat(h);
my_fmt = new TextFormat();
my_fmt.bold = true;
my_fmt.align = "center";
h = testo.getTextFormat();
h.align = "center";
testo.setTextFormat(h);
R.
Testo è il nome di istanza del campo, o la variabile associata?
ho risolto :-)Originariamente inviato da negatyve
Testo è il nome di istanza del campo, o la variabile associata?
R.