is it possible to keep text left and top position?
Hi ALL,
is there a way to keep text at location provided by x and y. meaning left and top justified?
below is the code. i looked in scripting index, mey be there is something but i could not found.
thanks
ram
a="this is a \!nnewline";
Names Default To Here( 1 );
New Window( "Example",
Graph Box(
Text Color( "red" );
Text( Erased, {50, 20}, a );
)
);
heloiseheraud
ngonzalez0