|
-
May 4th, 2010, 04:00 PM
#1
Thread Starter
Fanatic Member
errors,errors,errors
i have a code that when i put the strict on give me theses errors how can i solve them
thank you
Error 1 Option Strict On prohibits operands of type Object for operator '&'.
For Each obj As Object In al
Number_Array(index).num(counter) = CInt(al(counter))
number_str += "-" & al(counter)
counter += 1
Next
Number_Array(index).num_str = number_str.Substring(1)
Warning 2 variable 'activated' conflicts with event 'activated' in the base class 'Form' and should be declared 'Shadows'.
Error 3 Option Strict On disallows implicit conversions from 'String' to 'Double'.
str = ((((x & "") + y & "") + z & "") + w & "") + v
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|