Hi guys,
I am very new to programming in vb6 only. I am learning this through self-study as a hobby. I would like to know how to put a dot inside a textname like for example:
Example 1: if I say variable x=1 then a text would look like this A.CCESS
Example 2: if I say variable x=3 then a text would look like this ACC.ESS
Example 3: if I say variable x=7 then a text would look like this A.C.CESS
Example 4: if I say variable x=8 then a text would look like this A.CC.ESS
Example 5: if I say variable x=12 then a text would look like this AC.CESS
Example 6: if I say variable x=13 then a text would look like this AC.C.ESS
The essence is that from A.CCESS it will have a last possible combination to A.C.C.E.S.S. using on ONE dot.
Hopefully someone can help me even though what I ask has no meaning, but it has a purpose for me.
Thanks in advance.
I am very new to programming in vb6 only. I am learning this through self-study as a hobby. I would like to know how to put a dot inside a textname like for example:
Example 1: if I say variable x=1 then a text would look like this A.CCESS
Example 2: if I say variable x=3 then a text would look like this ACC.ESS
Example 3: if I say variable x=7 then a text would look like this A.C.CESS
Example 4: if I say variable x=8 then a text would look like this A.CC.ESS
Example 5: if I say variable x=12 then a text would look like this AC.CESS
Example 6: if I say variable x=13 then a text would look like this AC.C.ESS
The essence is that from A.CCESS it will have a last possible combination to A.C.C.E.S.S. using on ONE dot.
Hopefully someone can help me even though what I ask has no meaning, but it has a purpose for me.
Thanks in advance.
Last edited: