jpam Posted October 3, 2005 Share Posted October 3, 2005 hee people how can i get a "return" @crlf after this new beta command "_FileWriteFromArray" ? i read the hole contens from a combo into a array then i can use this new command _FileWriteFromArray to write the contens of the array into a test.txt file but when it s writen to disk the last line has no return. when i read back the test.txt file ,the last line is not added! do someone knows how to put a @crlf into the _FileWriteFromArray command ? thanks in advance jpam Link to comment Share on other sites More sharing options...
flyingboz Posted October 3, 2005 Share Posted October 3, 2005 embarrassing question deleted to protect topic starter.The same way you concatenate two strings w/o the packaged UDF. RTM >>>> Language Reference - Operators$line = $line & @CRLF Reading the help file before you post... Not only will it make you look smarter, it will make you smarter. Link to comment Share on other sites More sharing options...
jpam Posted October 4, 2005 Author Share Posted October 4, 2005 The same way you concatenate two strings w/o the packaged UDF. RTM >>>> Language Reference - Operators$line = $line & @CRLFno,already did that !thats not working over here i can make a workaround " filewrite("test.txt", @crlf) "but its not nice Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now