Search results for query: *

  1. F

    Question Typecasting

    I'm trying to assign a string to an object array. I have to use the object array later that's why I only have to typecast it -> Ex Object(I) = 4444.
  2. F

    Question Typecasting

    I am trying to migrate a source code from BASIC to VB.NET 2010 Dim obj(4096) Dim strng As String obj$ = string$ + ".obj" -> Error: Value of type 'String' cannot be converted to '1-dimensional array of Object' I can get away with this in VB6 but i can't in VB.NET. I can't convert obj using...
Back
Top