Three questions...
1) I read that a variable can only be 255 char, is this true, or is this only true of the variable NAME?
2) Is it best-practice to set every declared variable to "nothing" immediately after it is no longer needed?
3) I am using FSO to "publish" updated content to static file. my code goes like this:
a - delete current file
b - write new file
Will the millisecond (possibly more) cause noticeable problems if someone tries to call that file between the time i delete it and the time the new version is written?
1) I read that a variable can only be 255 char, is this true, or is this only true of the variable NAME?
2) Is it best-practice to set every declared variable to "nothing" immediately after it is no longer needed?
3) I am using FSO to "publish" updated content to static file. my code goes like this:
a - delete current file
b - write new file
Will the millisecond (possibly more) cause noticeable problems if someone tries to call that file between the time i delete it and the time the new version is written?