does some one have the software that converted the data
![Question :?:](./images/smilies/icon_question.gif)
in specific i am looking to add specific stars from the catalog of the open cluster m44
Code: Select all
Const h! = 13.31
'-------------------------
Private Sub Form_Load()
Open "c:\float.dat" For Binary Access Write As 1
Put #1, 1, h!
End Sub
Code: Select all
Dim f as Single
Code: Select all
Dim f!