search for: here3

Displaying 3 results from an estimated 3 matches for "here3".

Did you mean: here
2009 Oct 08
2
how do I name data frames and files according to the index of a for loop?
...hen manipulate. In order to do so, I would like to name the data frames and/or files by their respective index, to get: Data_frame_name1 Data_frame_name2 Data_frame_name3 ... Data_frame_name2858 I would also like to produce the .csv files: ~/file/goes/here1.csv ~/file/goes/here2.csv ~/file/goes/here3.csv ... ~/file/goes/here2858.csv I've been noodling over this for a while and have looked all over but I can't seem to get the syntax right. Any help at all would be appreciated. Thanks again! -Ken Ervin
2009 Apr 23
1
BLINDTRANSFER and SIP hardphones
...issing (it's the first time I'm playing with Dialplan transfert features. context mylocal { 7530 => { NoOp(Here1 ${BLINDTRANSFER}); Dial(SIP/7530,); NoOp(Here2 ${BLINDTRANSFER}); }; 7531 => { NoOp(Here3 ${BLINDTRANSFER}); Dial(SIP/7531); NoOp(Here4 ${BLINDTRANSFER}); }; }; Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090423/f8cf7892/attachment.htm
2004 Aug 19
28
Documents, Views and DocManagers
Hi, Are there any effort in making wxDocument, wxView, etc types of classes avaiable under wxRuby? For supporting SDI/MDI architecture. Cheers, Phuah Yee Keat