You are not logged in.

  • "StefanSchnell" is male
  • "StefanSchnell" started this thread

Posts: 102

Date of registration: Mar 13th 2009

Location: Oberirsen - Germany

Occupation: Senior Software Engineer

Hobbies: Programming aund Photography

  • Send private message

1

Saturday, May 23rd 2009, 12:57pm

Structures in Jabaco

Hello community, hello Manuel,
one question: I want to use structures, but it does not work as I expected.

Jabaco Source

1
2
3
4
5
6
7
8
9
10
11
12
13
14
Private Type test
  test1 As String
  test2 As Long
  test3 As Boolean
End Type

Public Sub Test_Click()
  Dim hugo As test
  With hugo
    .test1 = "Test"
    .test2 = 42
    .test3 = True
  End With
End Sub


I get an error at the line With hugo, "Erwartet: Anweisungsende".

Is there something wrong with my code or in Jabaco.

Thanks and cheers
Stefan
Visit my personal or commercial site
If you have questions or suggestions, write me an eMail or
meet me here

A1880

Intermediate

  • "A1880" is male

Posts: 500

Date of registration: Jan 1st 2009

Location: Hanover, Germany

Occupation: Software Engineer

Hobbies: Hilbert Curves

  • Send private message

2

Saturday, May 23rd 2009, 1:09pm

Hi Stefan,
according to a previous post, support for "with" is planned for the future.

Cheers!

A1880

  • "StefanSchnell" is male
  • "StefanSchnell" started this thread

Posts: 102

Date of registration: Mar 13th 2009

Location: Oberirsen - Germany

Occupation: Senior Software Engineer

Hobbies: Programming aund Photography

  • Send private message

3

Saturday, May 23rd 2009, 2:14pm

Hi A1880,
thanks for the information.
Cheers
Stefan
Visit my personal or commercial site
If you have questions or suggestions, write me an eMail or
meet me here

Rate this thread
WoltLab Burning Board