I'm doing this tutorial which is about scripting in VMD using TCL. At the 7th dot in step 5, what does '.r' in simdata($i.r)
mean?
Asked
Active
Viewed 244 times
0

Peter Lewerin
- 13,140
- 1
- 24
- 27

dada
- 1,390
- 2
- 17
- 40
1 Answers
2
It has no special meaning in Tcl. It's just that the string formed by concatenating the value in i
and the string ".r" is the name of one of the members in the array.

Peter Lewerin
- 13,140
- 1
- 24
- 27