| View previous topic :: View next topic |
| Author |
Message |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Thu May 08, 2003 7:44 pm Post subject: New Tips & Tricks Newsletter |
|
|
Hello All,
We would like to organize a newsletter which will be sent out periodically
which will contain tips and tricks that work with VDS and various related
items. However, before we can do this, we will need some help from
users. If you have any tips you would like to share, please submit them
to us so we can compile and use them in our future newsletter. At this
time we are only collecting tips and have not organized the list yet.
Please submit your tips and tricks here today! _________________ FreezingFire
VDSWORLD.com
Site Admin Team
Last edited by FreezingFire on Thu Jan 01, 2004 3:58 am; edited 1 time in total |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Wed May 14, 2003 7:17 pm Post subject: |
|
|
Come on guys. You can do better than this.
I would like to give a big thank you to Serge for being the only one
who submitted tips.
No community spirit here?  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Wed May 14, 2003 7:21 pm Post subject: |
|
|
BTW, these don't even have to be tips directly relating to VDS. If you would
like users to know about a new product you have we may consider it for
inclusion in the letter. _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Thu May 15, 2003 9:52 pm Post subject: |
|
|
Thanks to Hortalonus for submitting a tip! _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Sun Jul 13, 2003 12:42 pm Post subject: |
|
|
This newsletter will be sometime launched in the future, however sadly
it does not seem like we are going to be able to regularly put it out
because of the few submissions we have received.
More information will be given as to how to obtain this newsletter shortly. _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
harry Contributor


Joined: 01 May 2003 Posts: 61
|
Posted: Sun Jul 13, 2003 10:31 pm Post subject: make 1 column into 2 nice columns |
|
|
Ok... you shamed us for not giving some tips/tricks
hope this will qualify
harry
| Code: |
rem make 1 column into 2 nice columns
list create,1
list create,2
list create,3
list loadtext,1
"1
"3.au
"63.net
"963.com
"247mail.com
"mail03.net
"ec21.com
"squarepath.com
"lovebughugs.com
"oceanicspecials.com
"email-info.net
"emailfactory.net
"ez-net.com
"i-dealsplus.com
"info00.com
"theglobe.com
"email2.net
"email.com
"ressionsales.com
"portugalmail.com
"shoppersunion.com
"ixpweb.com
"22rom.com
"nj45.com
"vendeeamerica.com
"megawavez.com
list copy,1
list assign,2,@TEXT(1)
list seek,1,0
list seek,2,@DIV(@count(1),2)
%%SOMESPACE = @CHR(32)@CHR(32)@CHR(32)@CHR(32)@CHR(32)@CHR(32)@CHR(32)@CHR(32)@CHR(32)@CHR(32)@CHR(32)@CHR(32)@CHR(32)@CHR(32)@CHR(32)@CHR(32)@CHR(32)@CHR(32)@CHR(32)@CHR(32)@CHR(32)@CHR(32)@CHR(32)@CHR(32)@CHR(32)@CHR(32)@CHR(32)@CHR(32)@CHR(32)@CHR(32)@CHR(32)@CHR(32)@CHR(32)@CHR(32)
repeat
%%COL_SOMESPACE = @STRINS(@NEXT(1),28,%%SOMESPACE)
%%COL_SOMESPACE_trimed = @STRdel(%%COL_SOMESPACE,30,@LEN(%%COL_SOMESPACE))
list add,3, @STRINS(%%COL_SOMESPACE_trimed,35,@NEXT(2))
until @NOT(@OK())
list savefile,3,C:\2column.txt
run C:\2column.txt
|
harry |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Sun Jul 13, 2003 10:37 pm Post subject: |
|
|
I'm very sorry if you think I shamed you. I am simply trying to get more
submissions. Thank you for your submission but please use the link to
submit.
http://www.vdsworld.com/tips/tipsubmit.php
Thank you for your help. _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
|