Tailbite - Error with procedure which returns string

Everything else that doesn't fall into one of the other PB categories.
User avatar
Le Soldat Inconnu
Enthusiast
Enthusiast
Posts: 306
Joined: Wed Jul 09, 2003 11:33 am
Location: France

Tailbite - Error with procedure which returns string

Post 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
LSI
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post 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 :(
El_Choni
Post Reply