Platform |
Win32, x64 |
Purpose |
Provide a default style for all subsequent WINIO@ windows. |
Syntax |
SUBROUTINE WINSTYLE@(FORMAT) |
Description |
Provides a default style for all subsequent WINIO@ windows. FORMAT is the same as the first argument of winio@ but has no other arguments. Its use is restricted to the following format codes:
A terminating ampersand (&) for continuation may be used but is not required. |
Example |
call winstyle@("%ww[not_fixed_size]") call winstyle@("%es") call winstyle@("%fn[Tahoma]") call winstyle@("%fb") call winstyle@("%ts[1.5]%it") call winstyle@("%tc[blue]%bg[#f0f0f0]") i = winio@("Hello"); i = winio@("Hello again!&"); i = winio@("%2nl%cn%tt[OK]"); |
Notes |
Added to FTN95 at version 8.20 |
See also |