Total Commander Forum Index Total Commander
Форум поддержки пользователей Total Commander
Сайты: Все о Total Commander | Totalcmd.net | Ghisler.com | RU.TCKB
 
 RulesRules   SearchSearch   FAQFAQ   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Single Post  Topic: Создать список WEB-ссылок / запустить их в браузере 
Author Message
Loopback



PostPosted: Tue Nov 30, 2010 14:18    Post subject: Reply with quote

Flasher
Хотел ведь сразу пояснить - забыл Smile
Code:

Local $aExcList[3] = ["http://google.com", "http://ru.search.yahoo.com/search?p=", "http://google.ru"]

Число в индексе переменной = числу ссылок. Либо так:
Code:

Local $aExcList[3]
$aExcList[0] = "http://google.com"
$aExcList[1] = "http://ru.search.yahoo.com/search?p="
$aExcList[2] = "http://google.ru"


Last edited by Loopback on Tue Nov 30, 2010 14:20; edited 1 time in total
View user's profile Send private message


Powered by phpBB © 2001, 2005 phpBB Group