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

Added link to the article about BSL string comparison.
m (typo)
(Added link to the article about BSL string comparison.)
Line 25: Line 25:


One way to check would be to deliberately initialize a string variable with an end-of-line, and use it to check against the character name received from the TRGV event. Daodan DLL's '''sprintf''' would be the simplest way to create a string variable that includes an end-of-line. Or, if '''sprintf''' doesn't support \n for some reason, it should be possible to hex-edit a custom name for an AISA character, and then retrieve its name into a string variable using '''d_name'''. Then again, I guess it would be easy enough to implement '''strlen'''. --[[User:Geyser|geyser]] ([[User talk:Geyser|talk]]) 00:38, 15 May 2020 (CEST)
One way to check would be to deliberately initialize a string variable with an end-of-line, and use it to check against the character name received from the TRGV event. Daodan DLL's '''sprintf''' would be the simplest way to create a string variable that includes an end-of-line. Or, if '''sprintf''' doesn't support \n for some reason, it should be possible to hex-edit a custom name for an AISA character, and then retrieve its name into a string variable using '''d_name'''. Then again, I guess it would be easy enough to implement '''strlen'''. --[[User:Geyser|geyser]] ([[User talk:Geyser|talk]]) 00:38, 15 May 2020 (CEST)
Hi guys,
I saw this page and got interested in the topic.<br/>
I tried to run some tests and did some runtime memory probing.<br/>
See [[BSL:String comparison]] for results.<br/>
--[[User:Loser|Loser]] ([[User talk:Loser|talk]]) 20:54, 17 May 2020 (CEST)
271

edits