CLEO Help How to disconnect a specified CLEO thread

CLEO related

dphome

Well-known member
Joined
Mar 21, 2020
Messages
456
Solutions
9
Reaction score
165
Location
Poland
Check Cleo Control
 

M3D

Active member
Joined
May 22, 2014
Messages
130
Solutions
1
Reaction score
2
PHP:
cleo.cs{thread "a"}    // {}=file content

0ABA: end_custom_thread_named "a"

cleo.cs{0000:NOP}

0ABA: end_custom_thread_named "cleo.cs"

12345.cs{0000:NOP} // = 8char

0ABA: end_custom_thread_named "12345.cs" // not work

//Only work within 7 char
 
Top