| View previous topic :: View next topic |
| Author |
Message |
juanschwartz
Joined: 29 Jul 2009 Posts: 2
|
Posted: Thu Aug 16, 2012 2:04 pm Post subject: #unvar mac |
|
|
I just moved some scripts from the PC version of tt++ over to a mac.
I had a script that looped through a list through an array with a foreach loop.
#var names {{A}{0}{B}{0}}
#foreach {$names} {name}
{
#unvar {names[$name]}
}
Can you not unvar with a variable as the associative key on the mac version? |
|
| Back to top |
|
 |
Scandum Site Admin
Joined: 03 Dec 2004 Posts: 3274
|
Posted: Sat Aug 25, 2012 10:17 pm Post subject: |
|
|
| It's on my todo list to fix. |
|
| Back to top |
|
 |
|