Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How come CCStudio Scripting gives an error when I try to use the built-in enumerators in my script?

0
Posted

How come CCStudio Scripting gives an error when I try to use the built-in enumerators in my script?

0

When you use a scripting language that supports early binding, your code can refer to the built-in enumerators provided by CCS Scripting. If you use a scripting language that supports late binding, you must define these constants in your code by looking up the enumerator values in the documentation. Perl and Visual Basic (both VB and VBA) are examples of scripting languages that support early binding (VB and VBA supports both early and late binding). Windows Script Host JScript and VBScript are examples of scripting languages that only support late binding. For more information regarding the differences between VB, VBA and VBScript, please refer to this FAQ on the MSDN Library: http://msdn.microsoft.com/isv/technology/vba/faq/default.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.