forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


[VDS] tag

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> News/Announcements
View previous topic :: View next topic  
Author Message
Tommy
Admin Team


Joined: 16 Nov 2002
Posts: 746
Location: The Netherlands

PostPosted: Wed Apr 24, 2002 12:17 am    Post subject: [VDS] tag Reply with quote

A version of the [ vds ] tag has been implemented on this board. Please note that it still is in an early development stage. For example it will currently insist on using the default font rather than "Courier New". It also won't co-operate well with all languages. For languages other than English it'll show ":" rather than "VDS code:" in front of the code.

An example:

Code:

  list create,1
  list loadfile,1,C:\Windows\Desktop\Text.txt
  list create,2
  if @greater(@count(1),0)
    list seek,1,0
    repeat
      %%line = @next(1)
      %%hex =
      if @len(@greater(@len(%%line),0))
        %i = 0
        repeat
          %i = @succ(%i)
          %%hex = %%hex@hex(@asc(@substr(%%line,%i)),2)
        until @equal(%i,@len(%%line))
      end
      list add,2,%%hex
    until @equal(@index(1),@count(1))
  end
  info @text(2)
  list savefile,2,C:\Windows\Desktop\NewText.txt
  list close,2
  list close,1


Tommy
Back to top
View user's profile Send private message Send e-mail Visit poster's website
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Sat Nov 22, 2003 5:31 pm    Post subject: Reply with quote

If you are not aware, the [code] tag is re-implemented and working again.
Please use this tag to post VDS code on the forums.

The following is the syntax for using the VDS tag:
[code]info This is an info box[/code]

Also, note that the problems mentioned in the above post have been fixed
with a new version. Smile

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
Vic D'Elfant
Past Contributor
Past Contributor


Joined: 26 Jun 2002
Posts: 673
Location: The Netherlands

PostPosted: Mon Nov 24, 2003 7:52 am    Post subject: Reply with quote

Thanks for mentioning it, FreezingFire Very Happy

But there are currently still some bugs when using uppercase #DEFINE, #RESOURCE and #INCLUDE statements; they aren't recognised. I think I'll fix those when I have some spare time Wink

Regards,
Vic

_________________
phpBB Development Team
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> News/Announcements All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group