07-28-2025, 08:04 AM
LDClient.SendMessage(bytes)
Sub GetBytes
dataArray = LDText.Split(data," ")
bytes = ""
Hello, i understand the example, but how works ..... bytes = "" ..... ? how comes the converted result from ....dataArray.... into .... bytes .... ?
Sub GetBytes
dataArray = LDText.Split(data," ")
bytes = ""
Hello, i understand the example, but how works ..... bytes = "" ..... ? how comes the converted result from ....dataArray.... into .... bytes .... ?