Put IDEA scripts together

3 posts / 0 new
Last post
FMLA
Offline
Joined: 04/23/2019 - 04:12
Put IDEA scripts together

Hi everybody,
i want to put several IDEA scripts together,  that at the end only with one click i can run all those IDEA scripts. But unfortunately it doesn't work in that way i am trying it:
Sub StartMyScript()
Call FCH()
Call FGL()
End Sub
 
I receive at the second rwo the error message " Sub or Function have been not defined: FCH"
Do you know, if there is another way to do that resp. how can i solve it?
Thanks and regardd, FMLA

Brian Element's picture
Brian Element
Offline
Joined: 07/11/2012 - 19:57

Hi FMLA, have you seen this post? http://ideascripting.com/forum/call-script-within-script Let me know if it answers your question.

FMLA
Offline
Joined: 04/23/2019 - 04:12

Dear Brian,
Thanks for your response.
Yes, i have firts tried the way described under that post, but it doesn't work as well.  I have attached the scripts.
Many thanks for your support.
Kind regards, FMLA