jeffrey8227 Member Licensed User Longtime User Nov 4, 2010 #1 I want to save a textbox to a txt file use ANSI code How to do? Sorry my english is bad
Erel B4X founder Staff member Licensed User Longtime User Nov 4, 2010 #2 Something like: B4X: [FONT=Times New Roman][COLOR=#010101][COLOR=#010101][FONT=Times New Roman]FileOpen (c1,"Data.txt",cWrite,,cASCII) 'note the two ,, [/FONT][/COLOR][/COLOR][/FONT]
Something like: B4X: [FONT=Times New Roman][COLOR=#010101][COLOR=#010101][FONT=Times New Roman]FileOpen (c1,"Data.txt",cWrite,,cASCII) 'note the two ,, [/FONT][/COLOR][/COLOR][/FONT]
jeffrey8227 Member Licensed User Longtime User Nov 4, 2010 #3 thank you Erel in fact,I want to edit ".lnk" files in start menu, cascii and unicode code worked in english successed,but not worked in chinese,chinese will garbled.
thank you Erel in fact,I want to edit ".lnk" files in start menu, cascii and unicode code worked in english successed,but not worked in chinese,chinese will garbled.