CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 17:43:01 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=3501f985d83aefe083491102516c736c763afde5d66c54ccb560cd2a72fec279a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22MO8orWG_cOGWG53jJ0I4eXS5HBV_VazY%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d865a9eb69b9d7-BLR
rebol [];when I change the literal values in the original testimp program it w - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rebol []
- ;when I change the literal values in the original testimp program it won't produce errors if i change them to strings but
- ; I cant do that because I want to change them to dates times and decimals for the other fields . If i do that then the program blows
- ; blows up. I'm just not sure what variables it needs from my layout or whether I need intermediate variables.
- ;renamed filtered-input.r since it doesn't seem to be able to be read by the interpreter
- do %filtimp.r
- user-data: [
- name vname/text
- edate vdate/text
- etime vtime/text
- einc vinc/text
- ]
- validate-rules: [
- name: string!
- edate: string!
- etime: string!
- einc: string!
- ]
- view layout [
- text "name" vname: field
- text "edate" vdate: field
- text "etime" vtime: field
- text "income" vinc: field
- button "validate" [
- import/else user-data validate-rules 'errors
- ]
- ]
Advertisement
Add Comment
Please, Sign In to add comment
-
π¨ Free Crypto Method π¨
JavaScript | 3 sec ago | 0.24 KB
-
β
Marketplace Glitch β
Working NEVER SEEN BE...
JavaScript | 6 sec ago | 0.25 KB
-
π‘ EASY MONEY GUIDE β
Working
JavaScript | 13 sec ago | 0.24 KB
-
ββ
Exploit 2500$ in 15 Minutesβββ 5
JavaScript | 17 sec ago | 0.25 KB
-
π₯ Exchange profit method
JavaScript | 25 sec ago | 0.24 KB
-
π EASY MONEY GUIDE β
Working A
JavaScript | 26 sec ago | 0.25 KB
-
π Instant BTC Profit Method β
Working V
JavaScript | 35 sec ago | 0.25 KB
-
β
Make $2500 in 20 minutesβ T
JavaScript | 44 sec ago | 0.25 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand