]> Creatis software - bbtk.git/blob - packages/std/bbs/appli/exampleAscii.bbs
a4cb34d0fef635e68cbb9811af6342277901a33f
[bbtk.git] / packages / std / bbs / appli / exampleAscii.bbs
1 description "std::ASCII box example. Shows how to use it. "
2 category "example"
3
4 load std
5 load wx
6
7
8 new ASCII asciiA
9   set asciiA.In "72 105 33"
10 // --> default is 0
11 //  set asciiB.Type 0  
12
13 new ASCII asciiB
14   set asciiB.In "SOS"
15   set asciiB.Type 1
16
17 print $asciiA.Out$
18 print $asciiB.Out$