Project

General

Profile

save-cache1.p

Eric Faulhaber, 08/26/2022 03:13 AM

Download (215 Bytes)

 
1
def var ldb as char init "p2j_test".
2

    
3
// variable form
4
save cache current value(ldb) to value(session:temp-directory + "/p2j_test.csh").
5

    
6
// literal form
7
save cache current "p2j_test" to "/tmp/p2j_test.csh".