Page 1 of 1

Cyrillic in object

Posted: Mon Jul 16, 2018 6:45 am
by ctaty3
When you enter a Cyrillic object, the following error appears in the properties of the object. Do you plan to support Cyrillic?

Re: Cyrillic in object

Posted: Tue Jul 17, 2018 7:07 pm
by Serkan
Object names are defined as the variables therefore they can not contain special characters ,
so that's not only Cyrillic anything other than a-z 0-9 _

A variable can not start with a number , can not contain spaces

The object name you entered is used in the scripts like below

Code: Select all

Object:CreateSomeThing(MyObjectName);
Or

Code: Select all

MyobjectName:DoSomeThing();