i didnt have experience with nvault but maybe this could be the problem:
Code:
format(vaultkey, 63, "%s-DD2", AuthID)
format(vaultdata, 255, "%i#%i#", sati[id], minute[id])
format(vaultkey,63, "%s-Mod", AuthID)
format(vaultdata,255, "%i#%i#", sati[id], minute[id])
}
differnce between keys?
__________________