|
@@ -68,6 +68,10 @@ Element function comm_get(comm : String):
|
|
|
String function comm_connect(service : String):
|
|
|
// Connect to an existing service
|
|
|
service = get_service_id(service)
|
|
|
+
|
|
|
+ if (service == ""):
|
|
|
+ return ""!
|
|
|
+
|
|
|
service = read_attribute(core, service, "port")
|
|
|
|
|
|
String port
|