You are here

Sync Script

4 posts / 0 new
Last post
epr
Offline
Last seen: 11 years 1 week ago
Joined: 2010-06-25 08:31
Sync Script

I have Toucan v3
I need help with the script to run a sync of 3 jobnames that I have saved. I have tried the following and it doesn't work.

Sync(Doc1)
Sync(Doc2)
Sync(Doc3)

[Removed <code> tag on the whole thing - mod Chris]

Steve Lamerton
Steve Lamerton's picture
Offline
Last seen: 10 years 7 months ago
Developer
Joined: 2005-12-10 15:22
Try

something like this:

sync("syncjobname")

You can see more examples in the documentation as well as the full command reference.

Rassilon
Offline
Last seen: 10 years 8 months ago
Joined: 2009-01-24 13:21
It appears that the commands

It appears that the commands are also caSe SenSitive, so while "Sync" won't work "sync" will.

The command when written correctly turns blue in my V3 of Toucan.

epr
Offline
Last seen: 11 years 1 week ago
Joined: 2010-06-25 08:31
Sync Script

Thank You!!

It never occured to me to use the lower case. I got lost in all the variations I was trying. The script is now in color.

Log in or register to post comments