Search found 1 match

by peterhu
Wed Mar 31, 2010 7:47 am
Forum: TailBite
Topic: A bug with String export function by using tailbite?
Replies: 1
Views: 8889

A bug with String export function by using tailbite?

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 ...