PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → Visual basic to Windev
Visual basic to Windev
Started by Carlos, Dec., 07 2018 10:46 PM - No answer
Registered member
8 messages
Posted on December, 07 2018 - 10:46 PM
Hi
is there anyone who could convert this 5 visual basic code to windev 23?

[Visual Basic]

Dim mi As IMicrocube
Dim slice
Set mi = ContourCubeX1.Cube.LoadMetadata("metadata.lt")
slice = mi.GetSliceNames()(0)
ContourCubeX1.BindMicrocube mi, slice, mi.GetGridNames(slice)(0)

any help will be appreciated

tks
carlos Lages