rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - KillerBG

Pages: 1
1
HFS ~ HTTP File Server / Re: Empty lines
« on: October 13, 2008, 09:01:04 PM »
I just want the macro output code on a new line or nothing like this:

<div>
</div>

or

<div>
<a href="somewhere">Link</a>
</div>

2
HFS ~ HTTP File Server / Re: Empty lines
« on: October 13, 2008, 08:35:56 PM »
I meaned quoting the new line like this
<div>{. if | {. ?some-urlvar .} | {:
:}<a href="somewhere">Link</a> .}
</div>

The results from
<div>{. if | {. ?some-urlvar .} |
   <a href="somewhere">Link</a>
.}</div>
are scaring:
<div></div>
when no output
and
<div><a href="somewhere">Link</a></div>
otherwise

3
HFS ~ HTTP File Server / Re: Empty lines
« on: October 13, 2008, 09:25:44 AM »
Sorry for the second question, I haven't found the to-do-list entry then.

And for the code... I think this isn't the solution, because it produces

<div><a href="somewhere">Link</a>
</div>

I can insert new line using {: :} , but this is strange transaction

4
HFS ~ HTTP File Server / Re: help Dyname DNS updater for LOCAL IP
« on: October 13, 2008, 09:13:13 AM »
Pits' solution is good when it's possible, try it first.
And over the local network you can use your computer name,
set by the Windows options.
You can build your own virtual network with Hamachi.

5
HFS ~ HTTP File Server / Re: Empty lines
« on: October 11, 2008, 07:11:18 AM »
<div>
{. if | {. ?some-urlvar .} | <a href="somewhere">Link</a> .}
</div>

will output the lines below when not executed (one empty line per macro)

<div>

</div>

And I have one more little question/advice. The ability to create new folders inside shared real ones will be very comfortable, but I haven't seen this in the to-do-list.

Pages: 1