]> Creatis software - bbtk.git/blobdiff - packages/std/bbs/appli/exampleAscii.bbs
cosmetics + change ASCII imput name type->Type
[bbtk.git] / packages / std / bbs / appli / exampleAscii.bbs
index f17bd946effad27fe2f0c9a22f7812fdd309aa4d..a4cb34d0fef635e68cbb9811af6342277901a33f 100644 (file)
@@ -8,11 +8,11 @@ load wx
 new ASCII asciiA
   set asciiA.In "72 105 33"
 // --> default is 0
-//  set asciiB.type 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$