Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: slt589
  • Content: Threads
  • Order by date
  1. slt589

    qbasic equivalent of shell eval

    Trying to do the equivalent to this shell fragment set -A MyArray1 q w e r t y set -A MyArray2 a s d f g h x=1 eval print \${MyArray${x}} If you're familiar with unix, the first parse (eval) expands ${x} to 1, and removes the The second parse expands to ${MyArray1} and prints q w e r t y...

Part and Inventory Search

Back
Top