|
-
Dec 4th, 2001, 03:28 PM
#1
Thread Starter
Hyperactive Member
Reading Data from a Rich Text Box
Hello again
Say i had a Rich text Box with this in it.
float 0.000000, 0.000000, 0.000000 ;vertex 0
float 0.000000, 0.000000, 0.000000 ;vertex 1
float 0.000000, 0.000000, 0.000000 ;vertex 2
float 0.000000, 0.000000, 0.000000 ;vertex 3
float 0.000000, 0.000000, 0.000000 ;vertex 4
float 0.000000, 0.000000, 0.000000 ;vertex 5
float 0.000000, 0.000000, 0.000000 ;vertex 6
float 0.000000, 0.000000, 0.000000 ;vertex 7
How could i make my app Read 4 lines at a time
and get thoes 0.00000 Values and store them as say
A
B
C
D
E
F
G
H
I
J
K
L
? then my app would do some calculations with thoes values ?
how can i do 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
|