problems compiling

sitajony

Active Member
Licensed User
Hi, I'm not sure if it's right but did you try to remove the variable name before the bin function?
I think that it dosen't return value...

stream.Writebyte(StrByte)
 

tinmanjo

Member
Licensed User
Hi, I'm not sure if it's right but did you try to remove the variable name before the bin function?
I think that it dosen't return value...

stream.Writebyte(StrByte)

You mean in this area of the code:-

B4X:
StrByte=Asc(StrAt(InData,i-1))
DataIn=stream.Writebyte(StrByte)

im not sure where your refering to?
 

tinmanjo

Member
Licensed User
Doh i see where ive gone wrong now, ive taken out the DataIn= variable and now it works, thanks for your help!.
 
Top