- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am trying to read some user input real type data from edit box in Quickwin. But it looks to me VF only have the "dlgget" and "dlggetint" function to get integer orcharacter data. How can I read real type data? Really Appreciate!
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Character(20):: Text
Real:: f
ret = DlgGet(Dlg, IDC_EDITBOX, Text)
read(Text, *, iostat=iErr) f
if (iErr.ne.0) then
MessageBox(..."Invalid value!")
end if
Jugoslav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks!!
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page