Tailbite have a bug with procedure which returns a string
Just compile this example with Tailbite
Code: Select all
ProcedureDLL.s Test()
ProcedureReturn "Test"
EndProcedureCode: Select all
Debug Test() + "blabla"If I do this :
Code: Select all
String.s = Test()
Debug String + "blabla"Droopy have the same problem here :
viewtopic.php?t=15027

