Code: Select all
tDate & tDash & tCategory & tDash & tFileName & tDash into tDestination
Code: Select all
Correspondence -Logo.jpg
Using OSX 10.10.3 and LC Commercial 7.0.5 Build 10034.
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
tDate & tDash & tCategory & tDash & tFileName & tDash into tDestination
Code: Select all
Correspondence -Logo.jpg
Code: Select all
function fnW pText
return word 1 to -1 of pText
end fnW
put fnW(tDate) & fnW(tDash) & fnW(tCategory) & fnW(tDash) & fnW(tFileName) & fnW(tDash) into tDestination