Home > database >  About the PB8.0
About the PB8.0

Time:09-25

Arbitrary input a set of Numbers (variable number), programming the number will be from small to large, the sort order and display the results
Programming instructions: interface is left for the digital input area (similar to the appearance of the multiline text box), the right for the sorting result display area, when on the left after inputting a group of Numbers, press the "order" button, can be on the right shows sorting result,

CodePudding user response:

The simplest is to use an external data source DW to deal with, to the left of the DW after inputting data, sorting, the DW data on the left to the right, then to the right of the
Sort ()

CodePudding user response:

reference 1st floor wag_enu response:
the simplest is to use an external data source DW to deal with, to the left of the DW, after inputting data point sorting, the DW data on the left to the right, then to the right of the
Sort ()


As far as possible to solve the problem in the pb with dw, don't think with the method of the data structure to deal with, what bubble sort, hill sorting, don't consider it

With dw to implement it, dw contains a number of types of columns (assuming no), some sort button, put the input Numbers one by one into the dw, and then to sort the dw:
Dw_1. Setsort (" no asc ")
Dw_1. Sort ()

Sorted if you want the sorting results show in the mle controls, so to write:
Mle_1. Text=dw_1. Object. The datawindow. Data

CodePudding user response:

Dw is the biggest characteristic of PB

CodePudding user response:

Recently have a post, reply to sink the CSDN, top up again

CodePudding user response:

Starting on July 23, 2011, on July 22, arrived in the morning every day, after post and reply to posts will be by CSDN malicious to sink , every morning on BBS, post list post he could see the last updated date is July 22 the latest, it certainly made a questioner post cannot be browsing, then cannot give answers in time,

hope moderator: lzp_lrp can help reflect problem!!!!!!

From my community and I reply "post", can see me reply through normal post, so I decided to manually every day will I have a post reply to top up, I hope you understand and support me,

Recently reply post, was CSDN to sink, jacking again
  • Related