Click here to Skip to main content
15,891,943 members

Comments by PIEBALDconsult (Top 200 by date)

PIEBALDconsult 26-Apr-24 10:19am View    
Use DefaultView in:
Dim size1 As String = table.Rows(4).Item("Size")
PIEBALDconsult 24-Apr-24 8:43am View    
3445678352.123 can be represented in scientific notation as
3.445678352123E9 (if I have that right)
__^^^^^^^
and single-precision values have only about seven places of precision -- you are trying to exceed that.
PIEBALDconsult 24-Apr-24 8:04am View    
You can use the Improve question button to edit the question.
PIEBALDconsult 23-Apr-24 12:55pm View    
fscanf ?
strtok and atof ?
PIEBALDconsult 23-Apr-24 10:46am View    
Really an error? Or a warning treated as an error?
What happens if you comment it out?
Bear in mind that no using directives are ever strictly necessary.