J jc2009 New Member Apr 8, 2013 #1 can i format string as below: B4X: str="id={0}&title={1}&item={2}" str.format(8,"books",3) finally, can get "id=8&title=books&item=3"
can i format string as below: B4X: str="id={0}&title={1}&item={2}" str.format(8,"books",3) finally, can get "id=8&title=books&item=3"
Erel B4X founder Staff member Licensed User Longtime User Apr 8, 2013 #2 (Currently) There is no such method. Upvote 0