Need a help with strings

this code is working fine…

[AS]myString = new String();
myLV = new LoadVars();
myLV.load(“isto.txt”);
myLV.onLoad = function() {
myString = this.var1.toString();
i = myString.length;
play();
};
stop();[/AS]

but I would like this to work without loading the TXT file…

:puzzled:

is it possible?