Script to turn on: Branch view + details view?
-
ghost zero
- Posts: 842
- Joined: 26 Apr 2010 17:48
Script to turn on: Branch view + details view?
Anyone know how to make a script to turn on: Branch view + details view? Thanks.
-
serendipity
- Posts: 3360
- Joined: 07 May 2007 18:14
- Location: NJ/NY
Re: Script to turn on: Branch view + details view?
Something like this:ghost zero wrote:Anyone know how to make a script to turn on: Branch view + details view? Thanks.
Code: Select all
//List details+branch view
IF(get("View")!=0){
#302;
#311;
}
ELSE{
#311;
}
XYplorer Beta Club