Re: Expression



Mark,

I have tested it and probably the same problem as you. I have placed your
question completely documented in another place as question and saved your
message. I hope that I can answer you soon.

If Mary will investigate it, I made this test

\\\
Dim dt As New DataTable
dt.Columns.Add("mystring", Gettype(System.String))
dt.Columns.Add("myDate", GetType(System.TimeSpan), _
"Convert(mystring, 'System.TimeSpan')")
dt.LoadDataRow(New Object() {"00:01:00"}, True)

'Error above, it is telling me that the conversion does not go
///

Cor


.



Relevant Pages

  • Re: Brakepoints not working on my application.
    ... This question mark will be placed if you try to set the breakpoint on ... something as a dim. ... Cor ... Prev by Date: ...
    (microsoft.public.dotnet.languages.vb)
  • Re: pb with adding columns to a datatable
    ... I would change it in this typed in this message so watch typos.. ... Dim dt As New DataTable ... Cor ... Prev by Date: ...
    (microsoft.public.dotnet.languages.vb)
  • Re: COBOL Packed decimal converter to VB decimal
    ... The first thing you have to know is on what computer the Cobol files are ... created without conversion. ... Cor ... Prev by Date: ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Then is Optional?!?
    ... This is one of my wishes, together with making that senseless 'Dim' optional ... Cor ... Prev by Date: ...
    (microsoft.public.dotnet.languages.vb)
  • Re: GUID
    ... Dim a As String = ... Cor ... Prev by Date: ...
    (microsoft.public.dotnet.languages.vb)