|
-
Apr 23rd, 2005, 04:30 PM
#1
some things in the Immediate window arent working
uhh I'm puzzled. I cant think of the other stuff, but a lot of things dont work when I'm debugging my app. IE this doesnt work with any string anymore. I have a string called CONTENT and I try this in the immediate window
?content.IndexOf("hello")
I get this error error: 'content.IndexOf' does not exist
I've tried accessign array items as well. I have a string[] and I try to access one element of it and I get this error:
error: 'links' is not an array or pointer. Indexing is not available
I get the same error when trying to access an item of any type of array (even arrayList) through the immediate window
wth is going on?!!
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
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
|