will you please add xlsx file aslo ?
in which column you want to update new value?
I want to assign D column.
Example : D2 = A2&β/β&B2
D3 = A3&β/β&B3β¦
^^
@rahatadi
Thanks you so much⦠I will check and inform to you tomorrow.
Thanks you thanks you so much always man ^^
I have used Assign Activity to replace the special Character β" to β.β with command :
NgayTK=NgayTK.Replace(β",β.β)β¦ but it could not replaced.
This command has any not correct ?
Should specify some character in βtobeReplaceeβ argument.
import system.text.regularexpression dll
use
Regex.Replace(β29/01/2019β,β/β,β.β).ToString
Hi, I want to replace all of value in B Column.
All of the date in B column will be replaced from xx\xx\xx to xx.xx.xx
this should workβ¦
Regex.Replace(NgayTK,β/β,β.β).ToString
hehe⦠Thanks you so much man ^^
I will have an " TET " holiday from tomorrow to 11/2/2019
See u again & Happy New year to you ^^
wish you the same
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.