Search found 1 match

by D Babin
Fri Oct 07, 2005 1:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ASC bug - re: Barbara THIAM's post
Replies: 23
Views: 12299

ASC bug - re: Barbara THIAM's post

Since the change in the fivetech forum I could not reply to Barbara's post.

However the following code worked flawlessly under FWH using Harbour Alpha build 44.0 and also using xHarbour build 99.3

// Test of ASC function

FUNCTION MAIN()

LOCAL n, cStr := "", lf := CHR(13)+CHR(10)

FOR n := 0 TO ...