So many things don't work anymore in my stacks that it's becoming hard for me to tell if it's a LC bug or a problem with my scripts.
Code: Select all
put the short date into tVar
set the itemdel to slash
put char -2 to -1 of item 3 of tVar into msg
But if i do this
Code: Select all
put the short date into tVar
set the itemdel to slash
put item 3 of tVar into tVar
put char -2 to -1 tVar into msg
Let me tell you: this doesn't help.
Trevix