Ticket #10983

Macro Feature Request
Date d'ouverture: 2007-09-18 02:33 Dernière mise à jour: 2009-12-10 01:34

Rapporteur:
(Anonyme)
Propriétaire:
(Aucun)
État:
Atteints
Composant:
Jalon:
(Aucun)
Priorité:
3
Sévérité:
5 - moyen
Résolution:
Won't Fix
Fichier:
Aucun
Vote
Score: 0
No votes
0.0% (0/0)
0.0% (0/0)

Détails

Enhance the 'call' function to allow passing strings
to the called function. Sample from Procomm script
included below:

gopher ("ent-t3::140:tm;")

proc gopher
param string gopherthis
transmit gopherthis
waitfor "COMPLD" forever
waitfor ";" forever
endproc

Ticket History (3/8 Histories)

2007-09-18 08:59 Updated by: (del#1144)
Commentaire
Logged In: YES
user_id=1144

Hi,

you can set a string value for sub-routine like followings:
--
g_str = "ent-t3::140:tm;"
call gopher

:gopher
send g_str
timeout = 0
wait "COMPLD"
wait ";"
return
2007-09-18 09:04 Updated by: None
Commentaire
Logged In: NO

I thought about that that, but the specific application is
to be able to generate a single-line command from a
spreadsheet.
2007-09-18 13:36 Updated by: (del#24082)
  • Résolution Update from Aucun to Won't Fix
Commentaire
Logged In: YES
user_id=24082

Thank you for your feedback.

TeraTerm developer team have exchanged counsel this request,
however we have come to a decision not to implement this
feature because it is difficult to do.

If you or someone else make a patch about this feature, we
will feedback the patch to TeraTerm repository.

Thanks.
2007-09-25 21:43 Updated by: (del#1144)
  • Priorité Update from 5 - moyen to 3
2008-03-22 10:30 Updated by: robertjtownley
Commentaire
Logged In: YES
user_id=33960

Setting system environment variables and retrieving with
getenv.
2008-03-22 20:13 Updated by: None
Commentaire
Logged In: NO

Good idea but that's still two lines of code, awkward to
generate from a single row/formula in Excel!
2009-04-11 03:26 Updated by: doda
  • Composant Update from (Aucun) to Tera Term Macro
2009-12-10 01:34 Updated by: (del#1144)
  • État Update from Ouvert to Atteints
  • Ticket Close date is changed to 2009-12-10 01:34

Attachment File List

No attachments

Modifier

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Connexion