anybody knows how to put a blank line in a spinfile for SER and also how to put a space in front of a line in a spinfile. both are being removed by SER
Comments
Sven www.GSA-Online.de
Just write \n in the file in one line. It will be converted to a line feed. A line with " " should just work fine for a space.
mishav
1. im not looking to have a carriage return. I just want it to be nothing in the spinfile. So sometimes it chooses a result from the spinfile and has letters, and sometimes its nothing, so it appends nothing to whatever spinfile-file.dat was suppose to append.
2. " " does not work if its first. It looks like there is a trim function trimming it.
Sven www.GSA-Online.de
Than use {|}.
mishav
edited September 2013
what about number 2
{ }phrase
does not work
Sven www.GSA-Online.de
I don't see a scenario where this is needed. Spaces are always cut out from spin syntax.
mishav
this is needed when you are putting together a phrase from two files and are not using brackets.
Sven www.GSA-Online.de
whats wrong with "%spinfile% %spinfile%" ?
mishav
it leaves an extra space if the second spinfile returns a blank line i think
Comments