Arrays

Discussion about Code Builder Builder and Winlog language support.
Post Reply
pof
Posts: 2
Joined: Fri Nov 12, 2010 12:00 am

Arrays

Post by pof »

How do you do arrays? I could find nothing in the codebuilder manual; what did i miss?
User avatar
admin
Site Admin
Posts: 373
Joined: Tue Nov 17, 2009 1:18 pm

Re: Arrays

Post by admin »

At the time in Winlog you can not create arrays. However, it is possible replace them is creating a series of gates and increasing the scroll NID.
pof
Posts: 2
Joined: Fri Nov 12, 2010 12:00 am

CodeBuilder questions

Post by pof »

Is there a way to include other files with directives such as #include (C) or require (perl) It would be nice to create code libraries and definitions that could be used in all my projects. There doesn't seem to be any compiled executable; is this strictly an interpreted scripting language. What is the cost of winlog pro in US $
User avatar
admin
Site Admin
Posts: 373
Joined: Tue Nov 17, 2009 1:18 pm

Re: Arrays

Post by admin »

Hi, in Winlog is not necessary the "# include" function because without any additional istruction you can call a function contained in another code file of the same project. It can download from here an example: example/Call_Function_Demo.zip
For any information regarding commercial please send an email to info@sielcosistemi.com
Post Reply