1 / 12

FUNGSI-FUNGSI DALAM FOXPRO

FUNGSI-FUNGSI DALAM FOXPRO. Oleh Munawar Asikin. Fungsi Pengolah Data. Karakter. KARAKTER. LEN UPPER(text) LOWER(text) LEFT( text,n ) RIGHT( text,n ) SUBSTR(text,n1,n2) SPACE(n). KARAKTER. TRIM AT(text) ISLOWER ISUPPER. TIPE NUMERIK. ABS INT ROUND SIGN LOG10 LOG() EXP()

nat
Download Presentation

FUNGSI-FUNGSI DALAM FOXPRO

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. FUNGSI-FUNGSI DALAM FOXPRO Oleh MunawarAsikin

  2. FungsiPengolah Data • Karakter

  3. KARAKTER • LEN • UPPER(text) • LOWER(text) • LEFT(text,n) • RIGHT(text,n) • SUBSTR(text,n1,n2) • SPACE(n)

  4. KARAKTER • TRIM • AT(text) • ISLOWER • ISUPPER

  5. TIPE NUMERIK • ABS • INT • ROUND • SIGN • LOG10 • LOG() • EXP() • COS(eksnumerik)

  6. FINANSIAL DAN STATISTIK: calculate • AVG() • CNT() • MAX() • MIN() • STD() • SUM() • VAR()

  7. TIPE DATE • CMONTH • CDOW • DAY • DOW • MONTH • YEAR

  8. TIPE LOGIKA • IIF

  9. KONVERSI TIPE DATA • VAL • STR • CTOD • CDOW • DTOC • DTOS • ASC • CHR

  10. FUNGSI PENANGANAN FILE • CDX(n) • DBF() • TAG() • NDX(n) • MDX(n) • FILE(namafile) • DISKSPACE()

  11. FUNGSI UNTUK MEMERIKSA REKORD • DELETED(), PACK, RECALL ALL, ZAP • FOUND() • BOF() • EOF() • RECNO()

  12. FUNGSI PENANGANAN KEYBOARD • INKEY • INSMODE

More Related