[PB5.43LTS] Maths operators and structures
Posted: Wed Aug 24, 2016 7:19 am
Hello!
I was doing some maths operations and I noticed that when we type a structure it doesn't autosuggest after the \.
In the example above, when I type: "test\" after the "1*" it doesn't suggest "light".
Could someone check it?
Thanks!
Kind regards,
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,