Page 1 of 1

Tailbite - Error with procedure which returns string

Posted: Mon May 09, 2005 10:17 pm
by Le Soldat Inconnu
Hello El Choni :wink:

Tailbite have a bug with procedure which returns a string

Just compile this example with Tailbite

Code: Select all

ProcedureDLL.s Test()
  ProcedureReturn "Test"
EndProcedure
and launch this test code

Code: Select all

Debug Test() + "blabla"
The result in the debug window must be "Testblabla" but I obtain only "Test"


If I do this :

Code: Select all

String.s = Test()
Debug String + "blabla"
i have the good result.


Droopy have the same problem here :
viewtopic.php?t=15027

Posted: Tue May 10, 2005 12:12 am
by El_Choni
Yes, it's a known bug, see my answer to Droopy's. Sorry for the inconveniences. It'll be fixed, but I don't know when. Work is eating my entire life these days :(