- Migliorie varie per adeguamento strategia e funzioni necessarie

This commit is contained in:
andrea.villa
2024-05-13 09:47:42 +02:00
parent d45fc8e89b
commit 59bbf159e4
9 changed files with 161 additions and 36 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ _G.package.loaded.MachiningLib = nil
-- reset strategie caricate come librerie
for i = 1, 999 do
local IdSTRTemp = EgtReplaceString( tostring( i/10000, 4), '0.', '')
local sLibraryToReload = "STR" .. IdSTRTemp .. "\\STR" .. IdSTRTemp .. "Config"
local sLibraryToReload = "STR" .. IdSTRTemp .. "\\STR" .. IdSTRTemp
local sLibraryConfigToReload = sLibraryToReload .. "Config"
if _G.package.loaded[sLibraryToReload] then
_G.package.loaded[sLibraryToReload] = nil