when I do the following
print “pkg:/data/words”+stri(3)+“.txt”
I get; words 3.txt
The result is an extra space has been added to the string between words and the number, but funny enough not between the number and .txt. Can’t find out why this is happening is there any other way of concatenating strings to get around this problem?
Ta ![]()
