Trying to store a long long list of x y coordinates. This can be done in a comma delimted file and read into VB ....but I dont want to have a seperate file outside the exe file...

The string is eg. string = "300 400, 234 345, 233 235 "
Except the string is very very long series of co ordinates, I cannot simply cut and paste this into the code it seems it is far to long to include this way...

.....what can i do? im used to actionscript.. lol