-
Vb string question
okay i'm wondering if you can get the code from another string to be ran inside a string, i'm using a long set of coding and if i include my code for checking my barriers the string is 2 long and won't run, can anyone tell me if this is possible and if so how to do it, I know the code i want in the string just don't know exactly how to do it.
thanx guys
Geoff
"Whoever said VB is a POS meant they arnt't smart enough to use it, vb is da ****, its great"
-
Your description is a little hard to follow. Either you have a scripting engine or you're using vb scripting to check something.
Those are the only entities that process code in strings, unless I don't understand you.
Whether it's walls or not doesn't matter too much.
Can you be more explicit - what error and what are you doing?
There are essentially no limits to vb string size. Some scripting engines choke on long strings. Vb doesn't choke on long strings unless you're concatenating really big ones over & over.
-
okay i'm what i'm doing is running the script for the game and movement, it checks alot of things in this "string" well area of code whatever, alot of it repeats to go with different directions, its actually quite sloppy and i need to fix it anyways so disregard my question, i'm scrapping it and moving it, it was a project i started in my earlier days.
gorf