27.06.2022, 12:33
You can use grp.create to overwrite the object comment field.
Can you explain the use case for this?
Code:
grp.create({
address = '1/1/3',
comment = 'test'
})
Can you explain the use case for this?