Tarlika Elisabeth Schmitz wrote: > remind -iVAR=abc test 2009-09-08 > error: Remind: '-i' option: Undefined variable remind '-iVAR="abc"' ... Everything after the = is evaluated as an expression, so abc means the variable abc, whereas "abc" means the constant string "abc". -- David.