473,387 Members | 1,441 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Create dictionary in VB6

kirubagari
158 100+
Expand|Select|Wrap|Line Numbers
  1.                       Dim DicReticleInfo As Dictionary
  2.                       Set DicReticleInfo = New Dictionary
  3.                       Dim sNow As String
  4.                      sNow = CStr(Format(Now, "YYYY/MM/DD HH:MM:SS"))
  5.                       UserName = rc.UserName
  6.  
  7.                      DicReticleInfo.Add "ReticleId", txtLotId.text
  8.                    DicReticleInfo.Add "ReticleType", cboRetType.text
  9.                       DicReticleInfo.Add "ReticleLayer", cboLayer.text
  10.                      DicReticleInfo.Add "ArfCompliant", sLayerDesc
  11.                      DicReticleInfo.Add "CustomerName", cmbCustomerName
  12.                       DicReticleInfo.Add "MaskshopID", cmbCustomerName
  13.                       DicReticleInfo.Add "HorDayLimit", txtHORDayLimit.text
  14.                      DicReticleInfo.Add "HorWaferCountLimit", txtHORWfrCountLimit.text
  15.                     DicReticleInfo.Add "KlaDayLimit", txtKLADayLimit.text
  16.                   DicReticleInfo.Add "KlaWaferCountLimit", txtKLAWfrCountLimit.text
  17.                    DicReticleInfo.Add "klaSlCountLimit", txtSLCountLimit.text
  18.                     DicReticleInfo.Add "Comment", "StartReticle"
  19.                      DicReticleInfo.Add "UserId", UserName
  20.                      DicReticleInfo.Add "RtmsTimeStamp", sNow
  21.                          UpdateStartReticleInfo DicReticleInfo
Attach is my code and i dont know how to pass the dictionary to a function
Expand|Select|Wrap|Line Numbers
  1.  UpdateStartReticleInfo DicReticleInfo
Im not sure wheather im doing correct or wrong
Apr 14 '11 #1
0 1484

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: Lukas Holcik | last post by:
Hi everyone! How can I simply search text for regexps (lets say <a href="(.*?)">(.*?)</a>) and save all URLs(1) and link contents(2) in a dictionary { name : URL}? In a single pass if it could....
4
by: brianobush | last post by:
# # My problem is that I want to create a # class, but the variables aren't known # all at once. So, I use a dictionary to # store the values in temporarily. # Then when I have a complete set, I...
2
by: quadric | last post by:
Hi, I would like to pass a dictionary from my Python code to my Python extension, extract various values from the dictionary (from within the extension) , modify the values for the relevant...
1
by: Djam | last post by:
Hi, I need your help to build a dictionary on mysal database to have an efficient keyword search engine. Thanks :-) Djam
2
by: Berimor | last post by:
Hey guys, has anybody scripted online translators? I got the task to build one but it should traslate big pieces of text at once - up to 5000 words!!! Traslation is simple - just words...
0
by: Melson | last post by:
Hi Can anyone help me. I'm thinking of create a lookup dictionary program. Is there a way to create a dictionary program on 3rd party program. Let's say I'm entering data using 3rd party...
0
by: Melson | last post by:
Hi Can anyone help me. I'm creating a dictionary program. When I enter a word(example 'te') in any program(MS Words, Notepad, other programs), a small window display possible words like test,...
3
by: wildThought | last post by:
If I have an object that contains a generic dictionary inside of it, how do I get access to its properties such as count?
4
GTXY20
by: GTXY20 | last post by:
Hello; I have the following dictionary: d={1:, 2:, 3:, 4:} I am having trouble removing the duplicate values in each of the keys value list, I need it so that: d={1:, 2:, 3:, 4:}{/CODE]
2
by: Elniunia | last post by:
Hi, I am new to python. I have to mapp fasta file into dictionary. There are around 1000 sequences in my fasta file. The problem is that there are some the same sequences under different sequence...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.