For completeness, I'll provide an answer which is closer to the original - and constructs a binary:<br>The strings need not be marked as binaries; you can just put the string literals directly inside a binary constructor:<br>
<br>
<<"<html><br>
<head><br>
<script><br>
port='",<br><br>
Port/binary,<br>
"';<br>
</script><br>
</head><br>
<body><br>
</body><br>
</html>">><br><br><div class="gmail_quote">Den 9. mar. 2012 23.37 skrev Wes James <span dir="ltr"><<a href="mailto:comptekki@gmail.com">comptekki@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'm working with binary data like this:<br>
<br>
<<"<html><br>
<head><br>
<script><br>
</script><br>
</head><br>
<body><br>
</body><br>
</html>">><br>
<br>
I then set<br>
<br>
Port= <<"8080">>;<br>
<br>
and now to put Port in to the html code above:<br>
<br>
<<<<"<html><br>
<head><br>
<script><br>
port='">>/binary,<br>
Port/binary,<br>
<<"';<br>
</script><br>
</head><br>
<body><br>
</body><br>
</html>">>/binary>><br>
<br>
Is there a better way to do this?<br>
<br>
Thanks,<br>
<br>
Wes<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br>