ºÝºÝߣ

ºÝºÝߣShare a Scribd company logo
==cCard==
Option Explicit
Private p_strSuit As String
Private p_strName As String
Private p_iValue As Integer
Public Property Let Suit(strSuit As String)
p_strSuit = strSuit
End Property
Public Property Get Suit() As String
Suit = p_strSuit
End Property
Public Property Let Name(strName As String)
p_strName = strName
End Property
Public Property Get Name() As String
Name = p_strName
End Property
Public Property Let Value(iValue As Integer)
p_iValue = iValue
End Property
Public Property Get Value() As Integer
Value = p_iValue
End Property
==cPack==
Option Explicit
Private aPack(52) As CCard
Private iCnt As Integer
Private iOffset As Integer
Private strSuit(4) As String
Private Sub Class_Initialize()
Dim intIndex As Integer
strSuit(0) = "Clubs"
strSuit(1) = "Hearts"
strSuit(2) = "Spades"
strSuit(3) = "Diamonds"
For iOffset = 0 To 3
For iCnt = 1 To 13
intIndex = iCnt + (iOffset * 13)
Set aPack(intIndex) = New CCard
aPack(intIndex).Value = iCnt
aPack(intIndex).Suit = strSuit(iOffset)
Next
Next
End Sub
Public Property Get Card(iCard As Integer) As CCard
Set Card = aPack(iCard)
End Property

More Related Content

What's hot (19)

LINQ
LINQLINQ
LINQ
Chuck Durfee
?
Learning ProcessingJS
Learning ProcessingJSLearning ProcessingJS
Learning ProcessingJS
Jon Vlachoyiannis
?
Optimisation
OptimisationOptimisation
Optimisation
Shaun Wilson
?
Cryptocurrency ecosystem(together society)
Cryptocurrency ecosystem(together society)Cryptocurrency ecosystem(together society)
Cryptocurrency ecosystem(together society)
jihong yang
?
Plot3D Package and Example in R.-Data visualizat,on
Plot3D Package and Example in R.-Data visualizat,onPlot3D Package and Example in R.-Data visualizat,on
Plot3D Package and Example in R.-Data visualizat,on
Dr. Volkan OBAN
?
Adding two roman number
Adding two roman numberAdding two roman number
Adding two roman number
FeedGoCode
?
Optionals Swift - Swift Paris Junior #3
Optionals Swift - Swift Paris Junior #3 Optionals Swift - Swift Paris Junior #3
Optionals Swift - Swift Paris Junior #3
LouiseFonteneau
?
Class array
Class arrayClass array
Class array
nky92
?
Programming Language: Ruby
Programming Language: RubyProgramming Language: Ruby
Programming Language: Ruby
Hesham Shabana
?
Documento de acrobat2
Documento de acrobat2Documento de acrobat2
Documento de acrobat2
fraytuck
?
Lcs & fractional knapsack
Lcs & fractional knapsackLcs & fractional knapsack
Lcs & fractional knapsack
Sajid Hasan
?
Graphics & Animation with HTML5
Graphics & Animation with HTML5Graphics & Animation with HTML5
Graphics & Animation with HTML5
Knoldus Inc.
?
Presentation about arrays
Presentation about arraysPresentation about arrays
Presentation about arrays
slave of Allah
?
Img 0002
Img 0002Img 0002
Img 0002
restupolman
?
C++ Programming - 7th Study
C++ Programming - 7th StudyC++ Programming - 7th Study
C++ Programming - 7th Study
Chris Ohk
?
Genomic Graphics
Genomic GraphicsGenomic Graphics
Genomic Graphics
Dr. Volkan OBAN
?
The Future of JavaScript (SXSW '07)
The Future of JavaScript (SXSW '07)The Future of JavaScript (SXSW '07)
The Future of JavaScript (SXSW '07)
Aaron Gustafson
?
évÊý¤×¥í¥°¥é¥ß¥ó¥°Éܽé
évÊý¤×¥í¥°¥é¥ß¥ó¥°ÉܽéévÊý¤×¥í¥°¥é¥ß¥ó¥°Éܽé
évÊý¤×¥í¥°¥é¥ß¥ó¥°Éܽé
Yoshinori Kohyama
?
Programming a Trojan Horse
Programming a Trojan HorseProgramming a Trojan Horse
Programming a Trojan Horse
Angelina Rudenko
?
Cryptocurrency ecosystem(together society)
Cryptocurrency ecosystem(together society)Cryptocurrency ecosystem(together society)
Cryptocurrency ecosystem(together society)
jihong yang
?
Plot3D Package and Example in R.-Data visualizat,on
Plot3D Package and Example in R.-Data visualizat,onPlot3D Package and Example in R.-Data visualizat,on
Plot3D Package and Example in R.-Data visualizat,on
Dr. Volkan OBAN
?
Adding two roman number
Adding two roman numberAdding two roman number
Adding two roman number
FeedGoCode
?
Optionals Swift - Swift Paris Junior #3
Optionals Swift - Swift Paris Junior #3 Optionals Swift - Swift Paris Junior #3
Optionals Swift - Swift Paris Junior #3
LouiseFonteneau
?
Class array
Class arrayClass array
Class array
nky92
?
Programming Language: Ruby
Programming Language: RubyProgramming Language: Ruby
Programming Language: Ruby
Hesham Shabana
?
Documento de acrobat2
Documento de acrobat2Documento de acrobat2
Documento de acrobat2
fraytuck
?
Lcs & fractional knapsack
Lcs & fractional knapsackLcs & fractional knapsack
Lcs & fractional knapsack
Sajid Hasan
?
Graphics & Animation with HTML5
Graphics & Animation with HTML5Graphics & Animation with HTML5
Graphics & Animation with HTML5
Knoldus Inc.
?
Presentation about arrays
Presentation about arraysPresentation about arrays
Presentation about arrays
slave of Allah
?
C++ Programming - 7th Study
C++ Programming - 7th StudyC++ Programming - 7th Study
C++ Programming - 7th Study
Chris Ohk
?
The Future of JavaScript (SXSW '07)
The Future of JavaScript (SXSW '07)The Future of JavaScript (SXSW '07)
The Future of JavaScript (SXSW '07)
Aaron Gustafson
?
évÊý¤×¥í¥°¥é¥ß¥ó¥°Éܽé
évÊý¤×¥í¥°¥é¥ß¥ó¥°ÉܽéévÊý¤×¥í¥°¥é¥ß¥ó¥°Éܽé
évÊý¤×¥í¥°¥é¥ß¥ó¥°Éܽé
Yoshinori Kohyama
?

Viewers also liked (15)

Lehtiartikkeli verkkokursseista Liperin lukiossa 2004
Lehtiartikkeli verkkokursseista Liperin lukiossa 2004Lehtiartikkeli verkkokursseista Liperin lukiossa 2004
Lehtiartikkeli verkkokursseista Liperin lukiossa 2004
Matti J. Yrj?n?
?
Inscritos motolandInscritos motoland
Inscritos motoland
zhodiac
?
Mapas mentales.Mapas mentales.
Mapas mentales.
Mariifer30
?
Mds 81 25.2001
Mds 81 25.2001Mds 81 25.2001
Mds 81 25.2001
vikmanam45
?
At A Glance - AJF Financial Services
At A Glance - AJF Financial Services At A Glance - AJF Financial Services
At A Glance - AJF Financial Services
Ryan Monroe
?
Jos¨¦ Mar¨ªa Zabala - innosfera
Jos¨¦ Mar¨ªa Zabala - innosferaJos¨¦ Mar¨ªa Zabala - innosfera
Jos¨¦ Mar¨ªa Zabala - innosfera
Innosfera
?
Simple Yet Effective Methods for Large-Scale Scholarly Publication Ranking
Simple Yet Effective Methods for Large-Scale Scholarly Publication RankingSimple Yet Effective Methods for Large-Scale Scholarly Publication Ranking
Simple Yet Effective Methods for Large-Scale Scholarly Publication Ranking
Dasha Herrmannova
?
Architectures ouvertes, distribu¨¦es et intelligentes de partage d¡¯information...Architectures ouvertes, distribu¨¦es et intelligentes de partage d¡¯information...
Architectures ouvertes, distribu¨¦es et intelligentes de partage d¡¯information...
Mathieu d'Aquin
?
Kazakhstan regulatory norms 115
Kazakhstan regulatory norms 115Kazakhstan regulatory norms 115
Kazakhstan regulatory norms 115
vikmanam45
?
Taller informaticoTaller informatico
Taller informatico
olgarodriguezm
?
Yammer for developers
Yammer for developersYammer for developers
Yammer for developers
Christian Glessner
?
Trabajo de personalidad en armas de fuegoTrabajo de personalidad en armas de fuego
Trabajo de personalidad en armas de fuego
paulguillen2012
?
Coupons Tutorial
Coupons TutorialCoupons Tutorial
Coupons Tutorial
My App Editor
?
Menu/Catalogue tutorial
Menu/Catalogue tutorialMenu/Catalogue tutorial
Menu/Catalogue tutorial
My App Editor
?
Colaboraci¨®n FamiliarColaboraci¨®n Familiar
Colaboraci¨®n Familiar
Ledy Cabrera
?
Lehtiartikkeli verkkokursseista Liperin lukiossa 2004
Lehtiartikkeli verkkokursseista Liperin lukiossa 2004Lehtiartikkeli verkkokursseista Liperin lukiossa 2004
Lehtiartikkeli verkkokursseista Liperin lukiossa 2004
Matti J. Yrj?n?
?
Inscritos motolandInscritos motoland
Inscritos motoland
zhodiac
?
Mapas mentales.Mapas mentales.
Mapas mentales.
Mariifer30
?
At A Glance - AJF Financial Services
At A Glance - AJF Financial Services At A Glance - AJF Financial Services
At A Glance - AJF Financial Services
Ryan Monroe
?
Jos¨¦ Mar¨ªa Zabala - innosfera
Jos¨¦ Mar¨ªa Zabala - innosferaJos¨¦ Mar¨ªa Zabala - innosfera
Jos¨¦ Mar¨ªa Zabala - innosfera
Innosfera
?
Simple Yet Effective Methods for Large-Scale Scholarly Publication Ranking
Simple Yet Effective Methods for Large-Scale Scholarly Publication RankingSimple Yet Effective Methods for Large-Scale Scholarly Publication Ranking
Simple Yet Effective Methods for Large-Scale Scholarly Publication Ranking
Dasha Herrmannova
?
Architectures ouvertes, distribu¨¦es et intelligentes de partage d¡¯information...Architectures ouvertes, distribu¨¦es et intelligentes de partage d¡¯information...
Architectures ouvertes, distribu¨¦es et intelligentes de partage d¡¯information...
Mathieu d'Aquin
?
Kazakhstan regulatory norms 115
Kazakhstan regulatory norms 115Kazakhstan regulatory norms 115
Kazakhstan regulatory norms 115
vikmanam45
?
Taller informaticoTaller informatico
Taller informatico
olgarodriguezm
?
Trabajo de personalidad en armas de fuegoTrabajo de personalidad en armas de fuego
Trabajo de personalidad en armas de fuego
paulguillen2012
?
Menu/Catalogue tutorial
Menu/Catalogue tutorialMenu/Catalogue tutorial
Menu/Catalogue tutorial
My App Editor
?
Colaboraci¨®n FamiliarColaboraci¨®n Familiar
Colaboraci¨®n Familiar
Ledy Cabrera
?

Similar to Card pack (18)

Introduzione a C#
Introduzione a C#Introduzione a C#
Introduzione a C#
Lorenz Cuno Klopfenstein
?
¤Ï¤¸¤á¤Æ¤Î³Ò°ù´Ç´Ç±¹²â
¤Ï¤¸¤á¤Æ¤Î³Ò°ù´Ç´Ç±¹²â¤Ï¤¸¤á¤Æ¤Î³Ò°ù´Ç´Ç±¹²â
¤Ï¤¸¤á¤Æ¤Î³Ò°ù´Ç´Ç±¹²â
Tsuyoshi Yamamoto
?
Functional Scala 2020
Functional Scala 2020Functional Scala 2020
Functional Scala 2020
Alexander Ioffe
?
Python
PythonPython
Python
?? ?
?
Implementing Software Machines in C and Go
Implementing Software Machines in C and GoImplementing Software Machines in C and Go
Implementing Software Machines in C and Go
Eleanor McHugh
?
From java to kotlin beyond alt+shift+cmd+k - Droidcon italy
From java to kotlin beyond alt+shift+cmd+k - Droidcon italyFrom java to kotlin beyond alt+shift+cmd+k - Droidcon italy
From java to kotlin beyond alt+shift+cmd+k - Droidcon italy
Fabio Collini
?
Kotlin for Android Developers
Kotlin for Android DevelopersKotlin for Android Developers
Kotlin for Android Developers
Hassan Abid
?
Java 5 New Feature
Java 5 New FeatureJava 5 New Feature
Java 5 New Feature
xcoda
?
DS Code (CWH).docx
DS Code (CWH).docxDS Code (CWH).docx
DS Code (CWH).docx
KamalSaini561034
?
New presentation oop
New presentation oopNew presentation oop
New presentation oop
Ch shampi Ch shampi
?
Kotlin Basics - Apalon Kotlin Sprint Part 2
Kotlin Basics - Apalon Kotlin Sprint Part 2Kotlin Basics - Apalon Kotlin Sprint Part 2
Kotlin Basics - Apalon Kotlin Sprint Part 2
Kirill Rozov
?
¤«¤È¤¦¤Î Kotlin Öv×ù ¤³¤Ã¤Æ¤ê°æ
¤«¤È¤¦¤Î Kotlin Öv×ù ¤³¤Ã¤Æ¤ê°æ¤«¤È¤¦¤Î Kotlin Öv×ù ¤³¤Ã¤Æ¤ê°æ
¤«¤È¤¦¤Î Kotlin Öv×ù ¤³¤Ã¤Æ¤ê°æ
Yutaka Kato
?
Virtual inheritance
Virtual inheritanceVirtual inheritance
Virtual inheritance
Rajendran Praj
?
JAVA OOP
JAVA OOPJAVA OOP
JAVA OOP
Sunil OS
?
Groovy Ast Transformations (greach)
Groovy Ast Transformations (greach)Groovy Ast Transformations (greach)
Groovy Ast Transformations (greach)
HamletDRC
?
The Groovy Puzzlers ¨C The Complete 01 and 02 Seasons
The Groovy Puzzlers ¨C The Complete 01 and 02 SeasonsThe Groovy Puzzlers ¨C The Complete 01 and 02 Seasons
The Groovy Puzzlers ¨C The Complete 01 and 02 Seasons
Baruch Sadogursky
?
F# delight
F# delightF# delight
F# delight
priort
?
¥Ï¥¤¥Ö¥ê¥Ã¥ÉÑÔÓﳧ³¦²¹±ô²¹¤òʹ¤¦
¥Ï¥¤¥Ö¥ê¥Ã¥ÉÑÔÓﳧ³¦²¹±ô²¹¤òʹ¤¦¥Ï¥¤¥Ö¥ê¥Ã¥ÉÑÔÓﳧ³¦²¹±ô²¹¤òʹ¤¦
¥Ï¥¤¥Ö¥ê¥Ã¥ÉÑÔÓﳧ³¦²¹±ô²¹¤òʹ¤¦
bpstudy
?
¤Ï¤¸¤á¤Æ¤Î³Ò°ù´Ç´Ç±¹²â
¤Ï¤¸¤á¤Æ¤Î³Ò°ù´Ç´Ç±¹²â¤Ï¤¸¤á¤Æ¤Î³Ò°ù´Ç´Ç±¹²â
¤Ï¤¸¤á¤Æ¤Î³Ò°ù´Ç´Ç±¹²â
Tsuyoshi Yamamoto
?
Python
PythonPython
Python
?? ?
?
Implementing Software Machines in C and Go
Implementing Software Machines in C and GoImplementing Software Machines in C and Go
Implementing Software Machines in C and Go
Eleanor McHugh
?
From java to kotlin beyond alt+shift+cmd+k - Droidcon italy
From java to kotlin beyond alt+shift+cmd+k - Droidcon italyFrom java to kotlin beyond alt+shift+cmd+k - Droidcon italy
From java to kotlin beyond alt+shift+cmd+k - Droidcon italy
Fabio Collini
?
Kotlin for Android Developers
Kotlin for Android DevelopersKotlin for Android Developers
Kotlin for Android Developers
Hassan Abid
?
Java 5 New Feature
Java 5 New FeatureJava 5 New Feature
Java 5 New Feature
xcoda
?
Kotlin Basics - Apalon Kotlin Sprint Part 2
Kotlin Basics - Apalon Kotlin Sprint Part 2Kotlin Basics - Apalon Kotlin Sprint Part 2
Kotlin Basics - Apalon Kotlin Sprint Part 2
Kirill Rozov
?
¤«¤È¤¦¤Î Kotlin Öv×ù ¤³¤Ã¤Æ¤ê°æ
¤«¤È¤¦¤Î Kotlin Öv×ù ¤³¤Ã¤Æ¤ê°æ¤«¤È¤¦¤Î Kotlin Öv×ù ¤³¤Ã¤Æ¤ê°æ
¤«¤È¤¦¤Î Kotlin Öv×ù ¤³¤Ã¤Æ¤ê°æ
Yutaka Kato
?
Groovy Ast Transformations (greach)
Groovy Ast Transformations (greach)Groovy Ast Transformations (greach)
Groovy Ast Transformations (greach)
HamletDRC
?
The Groovy Puzzlers ¨C The Complete 01 and 02 Seasons
The Groovy Puzzlers ¨C The Complete 01 and 02 SeasonsThe Groovy Puzzlers ¨C The Complete 01 and 02 Seasons
The Groovy Puzzlers ¨C The Complete 01 and 02 Seasons
Baruch Sadogursky
?
F# delight
F# delightF# delight
F# delight
priort
?
¥Ï¥¤¥Ö¥ê¥Ã¥ÉÑÔÓﳧ³¦²¹±ô²¹¤òʹ¤¦
¥Ï¥¤¥Ö¥ê¥Ã¥ÉÑÔÓﳧ³¦²¹±ô²¹¤òʹ¤¦¥Ï¥¤¥Ö¥ê¥Ã¥ÉÑÔÓﳧ³¦²¹±ô²¹¤òʹ¤¦
¥Ï¥¤¥Ö¥ê¥Ã¥ÉÑÔÓﳧ³¦²¹±ô²¹¤òʹ¤¦
bpstudy
?

Recently uploaded (20)

Who needs design strategies - For product design students.pptx
Who needs design strategies - For product design students.pptxWho needs design strategies - For product design students.pptx
Who needs design strategies - For product design students.pptx
Industrial Design Dept, - Helwan University
?
Human computer Interface designchap-05-.pdf
Human computer Interface designchap-05-.pdfHuman computer Interface designchap-05-.pdf
Human computer Interface designchap-05-.pdf
OMARYABDULAMIRI
?
ANARECO CMG_PHIL. COOPERATIVE CODE OF 2008 (RA 9520).pptx
ANARECO CMG_PHIL. COOPERATIVE CODE OF 2008 (RA 9520).pptxANARECO CMG_PHIL. COOPERATIVE CODE OF 2008 (RA 9520).pptx
ANARECO CMG_PHIL. COOPERATIVE CODE OF 2008 (RA 9520).pptx
leilabubbles
?
Site Design Considerations for Attainable Communities
Site Design Considerations for Attainable CommunitiesSite Design Considerations for Attainable Communities
Site Design Considerations for Attainable Communities
KEPHART
?
How Simone Laubscher Abc is Redefining Luxury Fashion with Ethical Designs.pptx
How Simone Laubscher Abc is Redefining Luxury Fashion with Ethical Designs.pptxHow Simone Laubscher Abc is Redefining Luxury Fashion with Ethical Designs.pptx
How Simone Laubscher Abc is Redefining Luxury Fashion with Ethical Designs.pptx
Simone Laubscher ABC
?
Human computer Interface designLecture3.pdf
Human computer Interface designLecture3.pdfHuman computer Interface designLecture3.pdf
Human computer Interface designLecture3.pdf
OMARYABDULAMIRI
?
Dise?o de fondo para diapositivas de PPT
Dise?o de fondo para diapositivas de PPTDise?o de fondo para diapositivas de PPT
Dise?o de fondo para diapositivas de PPT
Agatha Gabriela Hern¨¢ndez
?
HAve you ever quizpowerpointpresentation..pptx
HAve you ever quizpowerpointpresentation..pptxHAve you ever quizpowerpointpresentation..pptx
HAve you ever quizpowerpointpresentation..pptx
SantiagoAristizabal24
?
APLIKOM UAS SMT4, M. ALAMUDIN BAHRUL.pptx
APLIKOM UAS SMT4, M. ALAMUDIN BAHRUL.pptxAPLIKOM UAS SMT4, M. ALAMUDIN BAHRUL.pptx
APLIKOM UAS SMT4, M. ALAMUDIN BAHRUL.pptx
hamisanisan
?
DiGital Marketing Packaged Solutions.pdf
DiGital Marketing Packaged Solutions.pdfDiGital Marketing Packaged Solutions.pdf
DiGital Marketing Packaged Solutions.pdf
Shashank Bhardwaj
?
Privacy on communication ppt.pptx
Privacy on             communication ppt.pptxPrivacy on             communication ppt.pptx
Privacy on communication ppt.pptx
baadshahyash
?
Whatsis discourse ansbbggggggghhhlysisssssssppt
Whatsis discourse ansbbggggggghhhlysissssssspptWhatsis discourse ansbbggggggghhhlysisssssssppt
Whatsis discourse ansbbggggggghhhlysisssssssppt
VaniMewmew
?
Peso Pluma Chalino LA Hat ¨C Stylish Tribute to Mexican Music Icons!
Peso Pluma Chalino LA Hat ¨C Stylish Tribute to Mexican Music Icons!Peso Pluma Chalino LA Hat ¨C Stylish Tribute to Mexican Music Icons!
Peso Pluma Chalino LA Hat ¨C Stylish Tribute to Mexican Music Icons!
TeeFusion
?
DROPLET FINAL A5 BOOKLET - PROJECT II.pdf
DROPLET FINAL A5 BOOKLET - PROJECT II.pdfDROPLET FINAL A5 BOOKLET - PROJECT II.pdf
DROPLET FINAL A5 BOOKLET - PROJECT II.pdf
candeladelbarrio960
?
>Capcut Pro Crack For PC Latest Version 2025
>Capcut Pro Crack For PC Latest Version 2025>Capcut Pro Crack For PC Latest Version 2025
>Capcut Pro Crack For PC Latest Version 2025
crackstore786
?
Information Security 16- Information Flow.pdf
Information Security 16- Information Flow.pdfInformation Security 16- Information Flow.pdf
Information Security 16- Information Flow.pdf
faiziikanwal47
?
OPENING cv defbef WGSGRG WAE GWEAG EAGAWG WEGW
OPENING cv defbef WGSGRG WAE GWEAG EAGAWG WEGWOPENING cv defbef WGSGRG WAE GWEAG EAGAWG WEGW
OPENING cv defbef WGSGRG WAE GWEAG EAGAWG WEGW
DevaNarayanan36
?
Blue dark theme PowerPoint template PPTX
Blue dark theme PowerPoint template PPTXBlue dark theme PowerPoint template PPTX
Blue dark theme PowerPoint template PPTX
zmuckerberg8
?
DESIGN OF MARRIAGE HALL 2 . PPT . TECH..
DESIGN OF MARRIAGE HALL 2 . PPT . TECH..DESIGN OF MARRIAGE HALL 2 . PPT . TECH..
DESIGN OF MARRIAGE HALL 2 . PPT . TECH..
21c206
?
DroneTec Business Model Canvas example.pptx
DroneTec Business Model Canvas example.pptxDroneTec Business Model Canvas example.pptx
DroneTec Business Model Canvas example.pptx
SohailMalik150902
?
Human computer Interface designchap-05-.pdf
Human computer Interface designchap-05-.pdfHuman computer Interface designchap-05-.pdf
Human computer Interface designchap-05-.pdf
OMARYABDULAMIRI
?
ANARECO CMG_PHIL. COOPERATIVE CODE OF 2008 (RA 9520).pptx
ANARECO CMG_PHIL. COOPERATIVE CODE OF 2008 (RA 9520).pptxANARECO CMG_PHIL. COOPERATIVE CODE OF 2008 (RA 9520).pptx
ANARECO CMG_PHIL. COOPERATIVE CODE OF 2008 (RA 9520).pptx
leilabubbles
?
Site Design Considerations for Attainable Communities
Site Design Considerations for Attainable CommunitiesSite Design Considerations for Attainable Communities
Site Design Considerations for Attainable Communities
KEPHART
?
How Simone Laubscher Abc is Redefining Luxury Fashion with Ethical Designs.pptx
How Simone Laubscher Abc is Redefining Luxury Fashion with Ethical Designs.pptxHow Simone Laubscher Abc is Redefining Luxury Fashion with Ethical Designs.pptx
How Simone Laubscher Abc is Redefining Luxury Fashion with Ethical Designs.pptx
Simone Laubscher ABC
?
Human computer Interface designLecture3.pdf
Human computer Interface designLecture3.pdfHuman computer Interface designLecture3.pdf
Human computer Interface designLecture3.pdf
OMARYABDULAMIRI
?
HAve you ever quizpowerpointpresentation..pptx
HAve you ever quizpowerpointpresentation..pptxHAve you ever quizpowerpointpresentation..pptx
HAve you ever quizpowerpointpresentation..pptx
SantiagoAristizabal24
?
APLIKOM UAS SMT4, M. ALAMUDIN BAHRUL.pptx
APLIKOM UAS SMT4, M. ALAMUDIN BAHRUL.pptxAPLIKOM UAS SMT4, M. ALAMUDIN BAHRUL.pptx
APLIKOM UAS SMT4, M. ALAMUDIN BAHRUL.pptx
hamisanisan
?
DiGital Marketing Packaged Solutions.pdf
DiGital Marketing Packaged Solutions.pdfDiGital Marketing Packaged Solutions.pdf
DiGital Marketing Packaged Solutions.pdf
Shashank Bhardwaj
?
Privacy on communication ppt.pptx
Privacy on             communication ppt.pptxPrivacy on             communication ppt.pptx
Privacy on communication ppt.pptx
baadshahyash
?
Whatsis discourse ansbbggggggghhhlysisssssssppt
Whatsis discourse ansbbggggggghhhlysissssssspptWhatsis discourse ansbbggggggghhhlysisssssssppt
Whatsis discourse ansbbggggggghhhlysisssssssppt
VaniMewmew
?
Peso Pluma Chalino LA Hat ¨C Stylish Tribute to Mexican Music Icons!
Peso Pluma Chalino LA Hat ¨C Stylish Tribute to Mexican Music Icons!Peso Pluma Chalino LA Hat ¨C Stylish Tribute to Mexican Music Icons!
Peso Pluma Chalino LA Hat ¨C Stylish Tribute to Mexican Music Icons!
TeeFusion
?
DROPLET FINAL A5 BOOKLET - PROJECT II.pdf
DROPLET FINAL A5 BOOKLET - PROJECT II.pdfDROPLET FINAL A5 BOOKLET - PROJECT II.pdf
DROPLET FINAL A5 BOOKLET - PROJECT II.pdf
candeladelbarrio960
?
>Capcut Pro Crack For PC Latest Version 2025
>Capcut Pro Crack For PC Latest Version 2025>Capcut Pro Crack For PC Latest Version 2025
>Capcut Pro Crack For PC Latest Version 2025
crackstore786
?
Information Security 16- Information Flow.pdf
Information Security 16- Information Flow.pdfInformation Security 16- Information Flow.pdf
Information Security 16- Information Flow.pdf
faiziikanwal47
?
OPENING cv defbef WGSGRG WAE GWEAG EAGAWG WEGW
OPENING cv defbef WGSGRG WAE GWEAG EAGAWG WEGWOPENING cv defbef WGSGRG WAE GWEAG EAGAWG WEGW
OPENING cv defbef WGSGRG WAE GWEAG EAGAWG WEGW
DevaNarayanan36
?
Blue dark theme PowerPoint template PPTX
Blue dark theme PowerPoint template PPTXBlue dark theme PowerPoint template PPTX
Blue dark theme PowerPoint template PPTX
zmuckerberg8
?
DESIGN OF MARRIAGE HALL 2 . PPT . TECH..
DESIGN OF MARRIAGE HALL 2 . PPT . TECH..DESIGN OF MARRIAGE HALL 2 . PPT . TECH..
DESIGN OF MARRIAGE HALL 2 . PPT . TECH..
21c206
?
DroneTec Business Model Canvas example.pptx
DroneTec Business Model Canvas example.pptxDroneTec Business Model Canvas example.pptx
DroneTec Business Model Canvas example.pptx
SohailMalik150902
?

Card pack

  • 1. ==cCard== Option Explicit Private p_strSuit As String Private p_strName As String Private p_iValue As Integer Public Property Let Suit(strSuit As String) p_strSuit = strSuit End Property Public Property Get Suit() As String Suit = p_strSuit End Property Public Property Let Name(strName As String) p_strName = strName End Property Public Property Get Name() As String Name = p_strName End Property Public Property Let Value(iValue As Integer) p_iValue = iValue End Property Public Property Get Value() As Integer Value = p_iValue End Property ==cPack== Option Explicit Private aPack(52) As CCard Private iCnt As Integer Private iOffset As Integer Private strSuit(4) As String Private Sub Class_Initialize() Dim intIndex As Integer strSuit(0) = "Clubs" strSuit(1) = "Hearts" strSuit(2) = "Spades" strSuit(3) = "Diamonds" For iOffset = 0 To 3 For iCnt = 1 To 13 intIndex = iCnt + (iOffset * 13) Set aPack(intIndex) = New CCard aPack(intIndex).Value = iCnt aPack(intIndex).Suit = strSuit(iOffset) Next Next End Sub Public Property Get Card(iCard As Integer) As CCard Set Card = aPack(iCard) End Property