Question 1
Use VB to write the following function:
Parameters={“0,0,0,x,x,x,0,0,x”}
Write a function to auto generate the Cell Id below:
Cell Id
A
|
B
|
C
|
|
1
|
A1
|
B1
|
C1
|
2
|
A2
|
B2
|
C2
|
3
|
A3
|
B3
|
C3
|
Write a function that use container to fill up the following
result with Result parameters as the function parameter:
Cell Id
|
Result Parameters
|
A1
|
0
|
A2
|
0
|
A3
|
0
|
B1
|
x
|
B2
|
x
|
B3
|
x
|
C1
|
0
|
C2
|
0
|
C3
|
x
|
Question 2 and more
SQL question & Oracle question:
Join two tables and add condition ...
No comments:
Post a Comment