To put a value in 'databable'

datatable name : dtTest

[dtTest]

이미지_20200211_007

List b, type2 => How can I put a price on this place?

@sumouse Since it is 2nd row in Datatable, you can use dtTest(1)(“type2”) = yourValue

1 Like

Take a Foreach .

Inside foreach row in DtTEst
assign row(“type2”)= “Value”

If this not serves the purpose , Have alook at the below threads.


Mukesh

thanx…

but, Im sorry.
i don’t want For Loop…

1 대신 b라고 하는 방법이 없나요?

Then Proceed with with what @supermanPunch has suggested in the post

감사합니다.

그 방법은 알고 있어요.

간단한 방법이 있는지 찾고 있습니다.

@sumouse 방법이있을 수 있지만 시간이 걸릴 수 있습니다

오케이!!
감사합니다.

@sumouse Check this , It is bit Long but that is How you can access by List Value and type2 Value :sweat_smile:

FindRowAndAssignValue.zip (7.3 KB)

@supermanPunch

Way to go, #GoogleTranslate!!!
CHeers Buddy… :wink:

1 Like

is it possible to do that without using integer as index → instead the row name (“b”)?