I was doing some maths operations and I noticed that when we type a structure it doesn't autosuggest after the \.
Code: Select all
Structure test
light.l
EndStructure
Global test.test
test\light=Random(100)
Debug "Test (%):"+Str(1*test\light)
Could someone check it?
Thanks!
Kind regards,