Tailbite - Error with procedure which returns string
Posted: Mon May 09, 2005 10:17 pm
Hello El Choni
Tailbite have a bug with procedure which returns a string
Just compile this example with Tailbite
and launch this test code
The result in the debug window must be "Testblabla" but I obtain only "Test"
If I do this :
i have the good result.
Droopy have the same problem here :
viewtopic.php?t=15027
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