have you tried calling the getnow func separately or anything from netlib to see if its working? That dll is thoroughly tested so it should be working. Let me know
edit: also, maybe try not nesting the call to getnow in the same line as the write string 32. add code before the write string that calls getnow and puts the return in a string, then put that string in the write string line. worth a try
edit 2: is "string$" bad ? Maybe change the definition to (sString As String)
try this...
Function AppendLine(sString As String)
local sNow as string
sNow=dt_GetNow()
if L_Debug=1 then
write string 32, sNow + ": " + sString
endif
EndFunction
SORRY UR NOT COMEDIAN