|
-
Sep 3rd, 2001, 06:49 AM
#1
Thread Starter
Frenzied Member
Damn!
ok....i think this is cind of hard...
i have a text like: 0,0,5,0,7,0......
and i want to split it to
0,0
5,0
7,0
etc...
then i want a picturebox draw lines with those coordinates...
help me please!
-
Sep 3rd, 2001, 07:37 AM
#2
Thread Starter
Frenzied Member
the coordinates can be from 0,0 to 275,116
-
Sep 3rd, 2001, 01:22 PM
#3
Frenzied Member
Scan file for ','
Each 2nd , means next coordinate.
That way you can filter them into an array and you can filter it further up if necessary.
Last edited by Devion; Sep 3rd, 2001 at 01:25 PM.
-
Sep 3rd, 2001, 01:57 PM
#4
Thread Starter
Frenzied Member
thanks, ill try that
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
|