I need to find out the length of a file, or just find out if there is a file called “abc” in the folder, if the file is not there, it errors “Cant open file” “No such file”, how do i get around this
Also, i have a varible, A$
A$ = “BOB”
i need it to equal “‘A$’.V”
i tried to use A$ = A$ + “.v”, it doesn’t work, but it doesn’t error ???