Basic

Version: 14.6.03

About Hardcopy a productive Basic interpreter is available to you.
In the following a short overview of the statements and functions is listed.
Following example shows the use of the Basic interpreter because of a question of a user.
FAQ: 822: Is it possible to induce the program to stamp a text (Confidential, e.t.c.) diagonally over the page?

text = " Vertraulich / Top Secret "
Font.Bold = TRUE
Font.Color = _ColorPink
Font.Name = "Courier New"
Font.Size = Image(0).Width / Len( text ) * 2
Font.Orientation = RadToDeg( ATan( Image(0).Height / Image(0).Width ))
Image(0).DrawText( 0, Image(0).Height-Font.Size, 0,0, text )

The result:






Last update: 10/23/2016 11:28:48