We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Опишите ошибку Добавляю в список значений элемент без параметров. Получаю ошибку.
Воспроизведение ошибки
СписокЗначений = Новый СписокЗначений; СписокЗначений.Добавить();
ScriptEngine.Machine.RuntimeException: {Модуль C:\Portable\TurboConf\user_scripts\RDT.os / Ошибка в строке: 4277 / Недостаточно фактических параметров} ЗаполнитьЗначенияСвойств(СписокЗначений.Добавить(), ЭлементСписка); в ScriptEngine.Machine.MachineInstance.PrepareContextCallArguments(Int32 arg, IRuntimeContextInstance& context, Int32& methodId, IValue[]& argValues) в ScriptEngine.Machine.MachineInstance.ResolveMethodFunc(Int32 arg) в ScriptEngine.Machine.MachineInstance.MainCommandLoop() в ScriptEngine.Machine.MachineInstance.ExecuteCode() в ScriptEngine.Machine.MachineInstance.ExecuteMethod(IRunnable sdo, Int32 methodIndex, IValue[] arguments) в ScriptEngine.Machine.Contexts.ScriptDrivenObject.CallAsFunction(Int32 methodNumber, IValue[] arguments, IValue& retValue) в TurboConf.HostApplication.HostApplicationForm.ExecuteScript(Script script, Keys ctrl, Keys alt, Keys shift, ScreenForm statusForm, String entryPoint, ScriptOptions options, IVariable[] parameters)
Ожидаемое поведение Ожидал отсутствие ошибки
Окружение
The text was updated successfully, but these errors were encountered:
Разве первый параметр не обязательный в 1с?
Sorry, something went wrong.
Да. Всегда так было.
fix #1452 значение по умолчанию при добавлении в СписокЗначений
4dd806e
TODO - перенести в версию 1
No branches or pull requests
Опишите ошибку
Добавляю в список значений элемент без параметров. Получаю ошибку.
Воспроизведение ошибки
ScriptEngine.Machine.RuntimeException: {Модуль C:\Portable\TurboConf\user_scripts\RDT.os / Ошибка в строке: 4277 / Недостаточно фактических параметров}
ЗаполнитьЗначенияСвойств(СписокЗначений.Добавить(), ЭлементСписка); в ScriptEngine.Machine.MachineInstance.PrepareContextCallArguments(Int32 arg, IRuntimeContextInstance& context, Int32& methodId, IValue[]& argValues)
в ScriptEngine.Machine.MachineInstance.ResolveMethodFunc(Int32 arg)
в ScriptEngine.Machine.MachineInstance.MainCommandLoop()
в ScriptEngine.Machine.MachineInstance.ExecuteCode()
в ScriptEngine.Machine.MachineInstance.ExecuteMethod(IRunnable sdo, Int32 methodIndex, IValue[] arguments)
в ScriptEngine.Machine.Contexts.ScriptDrivenObject.CallAsFunction(Int32 methodNumber, IValue[] arguments, IValue& retValue)
в TurboConf.HostApplication.HostApplicationForm.ExecuteScript(Script script, Keys ctrl, Keys alt, Keys shift, ScreenForm statusForm, String entryPoint, ScriptOptions options, IVariable[] parameters)
Ожидаемое поведение
Ожидал отсутствие ошибки
Окружение
The text was updated successfully, but these errors were encountered: