I found a bug with String export function,for example:
ProcedureDLL.s TestStr(InputStr.s)
ProcedureReturn InputStr
EndProcedure
First I Build it to userlib by tailbite,then I call it in next application,for Example:
InputStr.s="hello"
Debug TestStr(InputStr+"123")
but the debug output is ...
Search found 1 match
- Wed Mar 31, 2010 7:47 am
- Forum: TailBite
- Topic: A bug with String export function by using tailbite?
- Replies: 1
- Views: 8889