I want to create a new line but is not working right in osx. Any suggestion?
if TargetMacOS then eol = EndOfLine.OSX
...
//Populate row.
ListBox3.CellHelpTag(rownumber,columnumber) = "Target information: " + eol _
+ " " + eol _
+ "Target: " + a1(1) + eol _
+ "Constelation: " + constelation + eol _
+ "RA Unit: " + raunit + eol _
+ "DE Unit: " + deunit + eol _
+ "Magnitude: " + mag +eol _
+ "Radius Units: " + radiounits +eol _
+ "Names: " + names