#1
|
||||
|
||||
![]()
SecureCRT's script API doesn't yet have a native GetTabByName() method.
However, you can get a reference to each existing tab by index, and then iterate over all existing tabs looking for the desired tab by name/caption/title (Caption). These example scripts show you how; both a python example as well as a vbscript example are provided. Each example has a function GetTabByName() that takes as an argument a string that is considered case-sensitive ("My Tab Name" is not the same as "my tab name" because of case).' There is a GetTabByNameCI() that will allow case-insensitive matching. Enjoy! --Jake
__________________
Jake Devenport VanDyke Software Technical Support YouTube Channel: https://www.youtube.com/vandykesoftware Email: support@vandyke.com Web: https://www.vandyke.com/support |
![]() |
Tags |
example script , python , vbscript |
Thread Tools | |
Display Modes | Rate This Thread |
|
|