rudgns99
(sosorudgns99)
1
What I’m curious about is
The data table is made of userid and username, and the variable value is declared by dictionary key and value,
I’d like to know how to assign this in the currentRow format.(i.e CurrentRow(0) like this?)
Is there a related sequence? Please let me know
Thank you in advance.
Yoichi
(Yoichi)
2
Hi,
How about the following?
dict(CurrentRow("userid").ToString) = CurrentRow("username").ToString
This assumes dict is Dictionary<string,string
> type.
Regards,
system
(system)
Closed
3
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.