what is the command to list out all the variable I set ?

   2828   3   1
User Avatar
Member
104 posts
Joined: March 2008
Offline
if i do this in Hscript textport

set a = 0
set b = 0
set c = 0
set d = 0

what is the command to list out all the variable I set ?

ls $variable ?
$a $b $c $d



Thanks!
User Avatar
Member
2624 posts
Joined: Aug. 2006
Offline
In the texport you try.

/ -> set A = 0
/ -> echo $A
0
Edited by - July 4, 2009 08:15:03
Gone fishing
User Avatar
Staff
2593 posts
Joined: July 2005
Offline
freesign
if i do this in Hscript textport

set a = 0
set b = 0
set c = 0
set d = 0

Thanks!

Run the set command with no arguments and it will print them out.
User Avatar
Member
104 posts
Joined: March 2008
Offline
Oh , thanks !!
  • Quick Links