diff --git a/API-String-Arugments-Support/API String Arguments Support.lvlib b/API-String-Arugments-Support/API String Arguments Support.lvlib index 84fb2f6..dde7747 100644 --- a/API-String-Arugments-Support/API String Arguments Support.lvlib +++ b/API-String-Arugments-Support/API String Arguments Support.lvlib @@ -5,6 +5,11 @@ 1.0.0.0 true 3 + + + + + @@ -22,11 +27,6 @@ - - - - - diff --git a/API-String-Arugments-Support/_Support/Convert API String Arguments to Data(variant).vi b/API-String-Arugments-Support/_Support/Convert API String Arguments to Data(variant).vi index 67079fe..73f8b25 100644 Binary files a/API-String-Arugments-Support/_Support/Convert API String Arguments to Data(variant).vi and b/API-String-Arugments-Support/_Support/Convert API String Arguments to Data(variant).vi differ diff --git a/CSM API String Arguments Support.vipb b/CSM API String Arguments Support.vipb index e2e0e2b..cd88a81 100644 --- a/CSM API String Arguments Support.vipb +++ b/CSM API String Arguments Support.vipb @@ -1,4 +1,4 @@ - + NEVSTOP_lib_CSM_API_String_Arguments_Support 2024.1.0.15 @@ -67,7 +67,8 @@ More information for the supported datatype format, please visit: https://github [update] #21 Special Float: `e`,`-e`,`pi`,`-pi`,`inf`,`+inf`,`-inf`,`NaN` support [update] #23 for cluster, if the label is not specified, the string will be converted to first element [update] For SGL/DBL/Integer/Path/Complex/Array/Cluster, empty string will be converted to the input prototype value -[update] For Timestamp, empty string will be converted to current time. +[update] For Timestamp, empty string will be converted to current time. +[update] #25 throw error when data name is not defined in cluster prototype in "Convert API String Arguments to Data¡° API diff --git a/Example/Supported Datatype Examples/Test Cases - Cluster.vi b/Example/Supported Datatype Examples/Test Cases - Cluster.vi index 578ac79..a1018c5 100644 Binary files a/Example/Supported Datatype Examples/Test Cases - Cluster.vi and b/Example/Supported Datatype Examples/Test Cases - Cluster.vi differ diff --git a/_test/Untitled 12.vi b/_test/Untitled 12.vi index 2f302cb..be86e3f 100644 Binary files a/_test/Untitled 12.vi and b/_test/Untitled 12.vi differ