Jump to content

XML talk:BINA/OBJC/TRGV: Difference between revisions

sigh
m (Thx)
(sigh)
Line 35: Line 35:
It doesn't resolve the current situation but it is a help nonetheless and kills some headache about bsl scripting.... If someone really needed to he can use your work as foundation.
It doesn't resolve the current situation but it is a help nonetheless and kills some headache about bsl scripting.... If someone really needed to he can use your work as foundation.
Thanks you Loser for looking into this.  --[[User:Paradox-01|paradox-01]] ([[User talk:Paradox-01|talk]]) 08:59, 18 May 2020 (CEST)
Thanks you Loser for looking into this.  --[[User:Paradox-01|paradox-01]] ([[User talk:Paradox-01|talk]]) 08:59, 18 May 2020 (CEST)
Thanks for checking the runtime '''ai_name''' and how it doesn't have any extra characters after all. I am not yet convinced that the comparison is by pointer and not by content, but if it is so, then it would mean that string arguments passed from runtime events (TRGV etc) are completely unusable - because they have their own unique pointer, which will never match anything you compare it with (unless you do something like '''BOB_string = ai_name''', but then the two strings are in fact one and the same, and there's nothing left to compare). --[[User:Geyser|geyser]] ([[User talk:Geyser|talk]]) 11:05, 18 May 2020 (CEST)