|
ECS-L Home Automation and Security Archives |
learn more
| view messages for this
month | NetBloc® | terms of use | search
subject (prev) or (next) |
time (prev) or (next) |
author (prev) or (next) |
view more subjects
Subject: From: Date: | Re: [ECS] Help writing Text Item to File.Item -Reply -Reply Brad Chamberlain Sat, 08 Jan 2000 09:57:01 -0500 |
Hey Don,
My email's been down for most of the night, so you might have already
resolved this but here is my callerid event thats writes the callerid info to
a file. Hope it helps.
Brad
BEGINIF CID-C Is Not Now None
Then CID-C Set Log
Then CID-C Set Display
Do cid-ace-scratch Set Re-Define Text
Do cid-ace-scratch Set A
Do cid-ace-scratch Set C
Do cid-ace-scratch Set E
Do cid-ace-scratch Set C
Do cid-ace-scratch Set :
Do cid-ace-scratch Set 0
Do cid-ace-scratch Set :
Do cid-ace-scratch Set M
Do cid-ace-scratch Set S
Do cid-ace-scratch Set G
Do cid-ace-scratch Set 2
Do cid-ace-scratch Set :
Do cid-ace-scratch Set 3
Do cid-ace-scratch Set 0
Do cid-ace-scratch Set ,
Then cid-ace-scratch T1/A<-T1 CID-Name
Then cid-ace-scratch Set <Space>
Then cid-ace-scratch T1/A<-T1 CID-Number
Do cid-ace-scratch Set Send->ID:A
Then text scratch T1<-T1 CID-Name
Then text scratch Set <Space>
Then text scratch T1/A<-T1 CID-Number
Then text scratch Set <Space>
Then text scratch T1/A<-Stt Time
Then text scratch Set <Space>
Then text scratch T1/A<-Stt Day
Then Log_telephone Set text scratch
Then CID-C Set None
ENDIF
The Log_telephone is my file item.
>>> Don Stephens <donstephens@101freeway.com> 01/08/00 12:03am
>>>
Hey Brad:
Tried that and got an "invalid state error".
Don
----- Original Message -----
From: "Brad Chamberlain" <bchamberlain@lmberry.com>
To: <ecs-list@netbloc.com>
Sent: Friday, January 07, 2000 6:09 PM
Subject: [ECS] Help writing Text Item to File.Item -Reply
> I think it's just the opposite. If you set the File item to the text.
>
> Do File Set text
>
> Brad
>
> >>> Don Stephens <donstephens@101freeway.com> 01/07/00
02:11pm
> >>>
> Hi;
> Can anyone help me to write a Text-Item to a File-Item? I have tried
simply
> setting the text-item to the file-item but that doesn't seem to work.
>
> What am I missing here?
> Thanks;
> Don
>
>
>
>
>
>
subject (prev) or (next) |
time (prev) or (next) |
author (prev) or (next) |
view more subjects