X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fstd%2Fbbs%2Fappli%2FexampleAscii.bbs;h=a4cb34d0fef635e68cbb9811af6342277901a33f;hb=a09174b82cb36ffd30bdbaed12c6ebd936a0e8f7;hp=4049bdd02a2fe1c9e957fcce95838766a33bd02b;hpb=2593029cb1c4a272c6502cc9abc82f980d479739;p=bbtk.git diff --git a/packages/std/bbs/appli/exampleAscii.bbs b/packages/std/bbs/appli/exampleAscii.bbs index 4049bdd..a4cb34d 100644 --- a/packages/std/bbs/appli/exampleAscii.bbs +++ b/packages/std/bbs/appli/exampleAscii.bbs @@ -1,12 +1,18 @@ +description "std::ASCII box example. Shows how to use it. " +category "example" + load std load wx +# new ASCII asciiA set asciiA.In "72 105 33" +// --> default is 0 +// set asciiB.Type 0 new ASCII asciiB set asciiB.In "SOS" - set asciiB.type 1 + set asciiB.Type 1 print $asciiA.Out$ print $asciiB.Out$