Jon Marlin
Builder, Coder, RL & SL
Join date: 10 Mar 2005
Posts: 297
|
06-29-2005 09:17
Hi everyone, I'm tweaking my external email notification message from my server, and I wondering if someone knows this (I can't get in-world until later tonight, so I can't check myself)... Is it possible to embed a tab character in a string? I want to send a tab-delimited record in an external email from my SL in-world server. Right now, I use colon delimiters, and have to convert them to tabs before being able to paste the line directly into my tracking spreadsheet. Any ideas? - Jon
_____________________
Come visit Marlin Engineering at Horseshoe (222, 26) to see my line of flying vehicles.
|
Jillian Callahan
Rotary-winged Neko Girl
Join date: 24 Jun 2004
Posts: 3,766
|
06-29-2005 09:30
From: Jon Marlin Hi everyone, I'm tweaking my external email notification message from my server, and I wondering if someone knows this (I can't get in-world until later tonight, so I can't check myself)... Is it possible to embed a tab character in a string? I want to send a tab-delimited record in an external email from my SL in-world server. Right now, I use colon delimiters, and have to convert them to tabs before being able to paste the line directly into my tracking spreadsheet. Any ideas? - Jon Closest I think you can get is \t, which is just four spaces. And then, who knows if it gets translated when sent to e-mail?
|