Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dialog Edit
#1
Can you help me?

Code:
Copy      Help
str a=
Peter
John
Anne
Albert

str b=
101
220
335
465


ARRAY(str) aa bb
aa=a
bb=b

BEGIN DIALOG
0 "" 0x10C80A44 0x100 0 0 223 135 "Form"
1 Button 0x54030001 0x4 120 116 48 14 "OK"
2 Button 0x54030000 0x4 170 116 48 14 "Cancel"
3 ComboBox 0x54230343 0x4 12 48 96 213 ""
4 Edit 0x54030880 0x204 120 48 96 14 ""
END DIALOG
DIALOG EDITOR: "" 0x2010601 "" ""

str controls = "3 4"
str cb3 e4
cb3=a

if(!ShowDialog("telephones" 0 &controls)) ret

In Dialog:

Anne-------- 335


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)