added sysprog entities

This commit is contained in:
Infineon\StieberD
2024-03-25 15:17:34 -07:00
parent 600a8e1f61
commit 3a6a2b6b5b
1028 changed files with 171660 additions and 0 deletions

24
SYSPROG/STPROC/TEMP.txt Normal file
View File

@ -0,0 +1,24 @@
Compile Subroutine Temp(dummy)
Debug
Open 'SYSENV' To hSysenv Then
Open 'TEMP_SYSENV' To hNewSysenv Then
Select hSysenv
EOF = 0
Loop
Readnext Key Else EOF = 1
Until EOF
//If IndexC(Key, 'SRP', 1) then
Read Rec From hSysenv, Key Then
Write Rec To hNewSysenv, Key Else
Debug
end
End
//end
Repeat
End
End
return