I'm creating the library about ThaiWordBreak() from Java Code which is attached as the following codes below Public Sub Thaiwordbreak(InputStr As String) As String() #If Java Return ThaiwordbreakJava(InputStr) #End If End Sub #If Java /** @author Nont Banditwong **...