Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

array variables

  1. Peter Murschall

    Wondrous stories about arrays in TCC

    I've been working with arrays lately to read lists from a file. Now I noticed that once an array has been filled, it can no longer be deleted or read in again. That means, the commands UNSETARRAY arFilesList or SETARRAY /F /R filename arFilesList are completely ineffective. I wrote a little...
  2. R

    Done Redirect to a variable

    It may already be possible to do this, but if not--redirect command output to a user-defined variable instead of to a file, including any CR/LF's: MyVar would be a variable, not the name of a file. DIR > MyVar Echo %MyVar [C:\Program Files\JPSoft\TCMD18_x64\Styles]dir Volume in drive C is...
Back
Top